Kevin,

Is this the only query you're going to execute? If so, this is a simple
caching use case, i.e. you want to cache DB query results in memory. In this
case you can save this query result (e.g., collection of persons for a
particular organization) as one entry and use simple cache lookups and
updates with read/write-through. If evictions occur, you always have
consistent data. Does this make sense for you?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/CacheStore-load-get-and-SQL-tp582p1483.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to