Re: How to manually build and maintain secondary indexes

2012-07-26 Thread Rajat Mathur
http://www.anuff.com/2011/02/indexing-in-cassandra.html On Thu, Jul 26, 2012 at 11:43 PM, Brian O'Neill wrote: > Alon, > > We came to the same conclusion regarding secondary indexes, and instead of > using them we implemented our own wide-row indexing capability and > open-sourced it. > > Its av

Re: How to manually build and maintain secondary indexes

2012-07-26 Thread Brian O'Neill
Alon, We came to the same conclusion regarding secondary indexes, and instead of using them we implemented our own wide-row indexing capability and open-sourced it. Its available here: https://github.com/hmsonline/cassandra-indexing We still have challenges rebuilding indexes, etc. It doesn't

How to manually build and maintain secondary indexes

2012-07-26 Thread Alon Pilberg
Hello, My company is working on transition of our relational data model to Cassandra. Naturally, one of the basic demands is to have secondary indexes to answer queries quickly according to the application's needs. After looking at Cassandra's native support for secondary indexes, we decided not to