Hi, Fetching all entries to the client will never be effective because it involves transferring too much data across network. If you need to process the whole data set, it's usually better to use Compute Grid [1]. Broadcast a closure or execute a map-reduce task and send only results to the client. Is it something that can work for you?
NPE in SQL is a known issue and already fixed. You can build Ignite from master and check if it works for you. [1] https://apacheignite.readme.io/docs/compute-grid -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Pagination-to-fetch-complete-Cache-data-tp3071p3087.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
