Hi,

We are using Ignite-1.5.0-final version. On a 3 node cluster we created a
cache containing 10K records with *PARTITIONED * and *REPLICATED * mode.

Why the following query returns *1/3rd records* in PARTITIONED  mode
and *3x records* in REPLICATED  mode.

SqlFieldsQuery qry11 =  new SqlFieldsQuery("select count(*) from  \"" +
TABLE_CACHE_NAME + "\".Table t ");


Thanks,
Rupinder Virk



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Select-count-returns-incorrect-records-for-distributed-cache-tp5546.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to