Cannot find row when using 3 indices for search, able to find it using only 2

2011-04-20 Thread Constantin Teodorescu
Cassandra 0.7.4 on 4 nodes Linux Ubuntu 10.10 i386 , 32 bit root@bigcouch-106:/etc/cassandra# nodetool -h 172.16.1.106 ring Address Status State LoadOwnsToken 172.16.1.104Up Normal 1.8 GB 22.33% 4778396862879243066278530647513341098 172.16.1.8

Re: Cannot find row when using 3 indices for search, able to find it using only 2

2011-04-20 Thread Constantin Teodorescu
Thank you, I'll wait for 0.7.5 distribution when it will be shipped to test it again! Up to now, I'm satisfied with cassandra, we are evaluating it for migrating our PostgreSQL solution to a mixed [couchdb + bigcouch + cassandra] architecture ! Best regards, Teo On Thu, Apr 21, 2011 at 1:15 AM,

CQL in future 8.0 cassandra will work as I'm expecting ?

2011-04-20 Thread Constantin Teodorescu
My use case is as follows: we are using in 70% of the jobs information retrieval using keys, column names and ranges and up to now, what we have tested suits our need. However, the rest of 30% of the jobs involve full sequential scan of all records in the database. I found some web pages