According to http://www.maigfrga.ntweb.co/counting-indexing-and-
ordering-cassandra

SELECT COUNT(*) FROM product limit 5000;

must return no more than 5000 , but Why it don't works? and count whole
number?

Some body told because the count return 1 row result and some body told
that it is a bug in new version of cassandra?


How can I stop counting and limit it?

Reply via email to