Hi Pascal, How would you imagine to cache query results if the resultset doesn't fit to memory ? You can try to increase max memory size in memory policy cache used.
On Thu, Aug 3, 2017 at 6:25 PM, Pascal <[email protected]> wrote: > Hi Andrey, > > thanks for your response. I actually do call getAll() 10 times every > iteration. If I call getAll() 1.000.000 times like you suggest I do see the > I/O I would expect. Is is possible the results for the 10 SQL queries are > cached somehow? > > Anyway, this solves my problem. > Thanks again. > Pascal > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/MemoryPolicy-size-vs-cache-size-tp15892p15951.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Andrey V. Mashenkov
