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
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
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