Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to [email protected] and follow simple instructions in the reply.
shivendra singh wrote > I want to use Index on a pojos that I are stored in ignite data grid. I > know I can use it by putting few annotations. However while reading thru > the sql grid distributed query section, I found that transactional is not > supported in case of sql grid query. > > Is it true? > > My question is- > > Can I create cache with transactional attribute configuration still having > indexes as well? Though in my code I wil keep this point that if I am > accessing it thru index it will behave as if it is ATOMIC whereas when I > am accessing it directly(thru get/put method) the it will be transactional You can use SQL queries on transactional caches, however for now they are not enlisted in transactions. This can cause dirty reads. Full transactional support for SQL is expected by the end of the year. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Need-to-use-Index-along-with-Transactional-feature-tp11577p11582.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
