Re: loadCache is not returning the same number of records for every restart of the server

2018-08-01 Thread Denis Mekhanikov
How do you check number of records in the cache and at what moment? Maybe your method of measurement doesn't give you actual results? It is also possible, that page eviction is kicking in and removes your data, since there is

loadCache is not returning the same number of records for every restart of the server

2018-07-25 Thread okiesong
Hi, caheName.loadCache(null, "select * from sampledata") is not returning a correct number of records every time, the record is fetched from Cassandra table. My code generally looks like this; caheName.loadCache(null, "select * from sampledata") SqlFieldsQuery sqlQuery = new SqlFieldsQuery("sele