On Sat, Jul 16, 2011 at 7:08 PM, Tristan Seligmann
wrote:
> I'm trying to model a schema for a logging storage system in
> Cassandra: Log messages consist of a timestamp, message, and some
> other arbitrary key/value pairs. Querying would primarily be done
> based on timestamp ranges; I will proba
I'm trying to model a schema for a logging storage system in
Cassandra: Log messages consist of a timestamp, message, and some
other arbitrary key/value pairs. Querying would primarily be done
based on timestamp ranges; I will probably be doing filtering based on
matches against the key/value pairs