Hi Sam,

1. Yes getAll() will bring all values to an on-heap collection, which may
lead to OOME, so it should be used with caution.
2. Any query returns QueryCursor that lazily iterates over entries. You may
do 1000 iterations over cursor and accumulate result in some collection.
This will be just like pagination.
3. You may set page size, by default it's 1024. This means that cursor will
pre-fetch from remote node 1024 entries.

-Dmitry



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p11981.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to