Correct, evicted data can be loaded from a cache using cache.get/getAll like 
methods. However note that if you run a SQL query and  there is some evicted 
data in a persistent storage then it won’t be considered because SQL engine 
doesn’t trigger the storage for data loading.

—
Denis

> On May 11, 2016, at 8:02 PM, tomk <[email protected]> wrote:
> 
> Ok, 
> so eviction policy allows configure what data should be dropped out from
> cache. If it is need to get dropped data, they will be loaded from datastore
> (for example postgresql).
> 
> 1. Eviction policy protect against out of memory (data always may be loaded
> to cache). Am I ok ?
> 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/What-will-happend-in-case-of-run-out-of-memory-tp4446p4878.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to