I would like a partitioned cache and have primary copies be stored on the
node that's writing the entry.

My use case is something like this:
I will only do 2 operations on the cache
1) Writes are very frequent, and writes come from the data nodes themselves.
2) I never need to read an individual record (I would be running aggregate
SQL queries which get map-reduced for each node)

Example:
1) Every second, each node writes a number to the cache.
2) One of the nodes will query for the average of all the counters.

So I have nothing to co-locate my data on, but I just want them to be stored
on the local node.

Are there any configurations in Ignite to achieve this?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Always-write-to-local-node-for-partitioned-cache-tp1749.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to