Re: Secondary Index Operators

2010-07-12 Thread Ed Anuff
Interesting, I can't comment on the applicability of msgpack within Cassandra, but I posted something a while back about a serialization technique I was using for implementing inverted indexes at the application level on top of Cassandra (http://github.com/edanuff/CassandraCompositeType). I used a

Secondary Index Operators

2010-07-11 Thread Thomas Heller
Hey, I was wondering what your plans are concerning secondary indexes and supported operators? I looked over the code and so far there is only EQ which of course is the easiest since it just compares byte values and that will work for (almost) everything. Most index operations will however requir