Kevin, I just tried to simplify the task, but it looks like my suggestion will not work. In your case I would recommend to avoid evictions if possible, because they will slow you down. If there is no other way, you can enable disk-based swap [1]. It will dump evicted entries into disk instead of completely removing them, so they will be still available to the query engine.
[1] https://ignite.apache.org/releases/1.3.0/javadoc/index.html?org/apache/ignite/spi/swapspace/file/FileSwapSpaceSpi.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheStore-load-get-and-SQL-tp582p1488.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
