Anyways I think I will go down the key/value route it's so much faster.
1- In the query approach I was able to do atomic operations since each request yielded a new entry in the cache and I never had to update. But queries for now seem a bit slow. 2- Using key/value approach speed of put is alot faster but now I have to worry about possibly updating same key multiple times. But entry processor seems to do what I need. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Re-Query-performance-tp1009p1168.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
