we are doing pagination (like processing 5000 records at a time) during batch processing. thats where we use range query using cache keys, ScanWuery worked fine, SqlQuery throws the following exception that I posted earlier. we were debugging some missing records issue, I wanted to change cache query methodology from ScanQuery to SqlQuery to see if it makes any difference. In our use case acccess to Ignite cache is local.
caused by: javax.cache.CacheException: Failed to find SQL table for type: ArrayList<MyPOJO>.class -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-cache-range-query-using-cache-keys-tp10717p10824.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
