You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Maxim Potekhin <po...@bnl.gov> on 2011/11/18 01:09:32 UTC

Varying number of rows coming from same query on same database

Hello,

I'm running the same query repeatedly. It's a secondary index query,
done from a Pycassa client. I see that when I iterate the "result" object,
I get slightly different number of entries when running the test serially.
There is no deletions in the database, and no writes, it's static for now.

Any comments will be appreciated.

Maxim