Cassandra Explorer - GUI for viewing Cassandra Data

2012-05-12 Thread shelan Perera
Hi, Cassandra CLI is the primary tool we use to view Cassandra Data. An Explorer has been developed to view data in a Cassandra Cluster. I thought that this would find convenient for the users to view data. This in the early stages and any feedback is highly appreciated. You can find a blog post

Re: Cassandra search performance

2012-05-12 Thread Dave Brosius
When you build a secondary index on a field, what happens is a second (hidden) column family is created for you, with the key for that column family being the value of the index field, and the columns being the keys of the entries in your column family that have that value. So in your case, you ma

Re: Cassandra search performance

2012-05-12 Thread Jason Tang
I try to search one column, this column store the time as the type Long, 1,000,000 data equally distributed in 24 hours, I only want to search certain time rang, eg from 01:30 to 01:50 or 08:00 to 12:00, but something stranger happened. Search 00:00 to 23:59 limit 100 It took less then 1 second sc