Hi all, 
I have a Cassandra DB. I use Helenus module (
https://github.com/simplereach/helenus) for interracting with it. The 
number of records is around 1 million. I query the DB using cql queries. 
For queries like "select * from news where title='Sample news'" - 
everything goes fine. 
But if I add some greater/lesser stuff, such as "select * from news where 
time_add > some_timestamp" , this query runs Very Slow (I have to wait up 
to few minutes, till I get the result). 

Any hints on how can I solve it? 
Thanks

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to