Hi All,

I am an extensive user of Apache Ignite and it has worked well for me in
many scenarios. I was going through the documentation of 
https://apacheignite.readme.io/docs/cache-modes#local-mode
<https://apacheignite.readme.io/docs/cache-modes#local-mode>  

As mentioned in the documentation it is the most light weight mode of cache
operation as the cluster doesn't have to partition or replicate the data to
any other node. This can become a source of very useful offheap
implementation for a client if it becomes a part of the cluster.

So the scenario is this-
Client joins cluster -> stores some data off heap (complemented by
persistent storage) in cache -> uses that data to compute numbers -> destroy
the cache. Repeat all the steps again except the first one.

The question is, is it possible for Client to say that it needs to store the
data on the same client node or the server node running on the same machine
but still be off heap ?

NearCache doesn't solve this as NearCache does involve area of heap to be
used to store the frontend.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to