Re: Help with schema modelling

2011-07-16 Thread Brandon Williams
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

Help with schema modelling

2011-07-16 Thread Tristan Seligmann
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