Re: key sorting question

2012-03-06 Thread Tamar Fraenkel
Thanks. *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Wed, Mar 7, 2012 at 8:55 AM, Dave Brosius wrote: > With random partitioner, the rows are sorted by the hashes of t

Re: key sorting question

2012-03-06 Thread Dave Brosius
With random partitioner, the rows are sorted by the hashes of the keys, so for all intents and purposes, not sorted. This comment below really is talking about how columns are sorted, and yes when time uuids are used, they are sorted by the time component, as a time

key sorting question

2012-03-06 Thread Tamar Fraenkel
Hi! I am currently experimenting with Cassandra 1.0.7, but while reading http://www.datastax.com/dev/blog/schema-in-cassandra-1-1 something caught my eye: "Cassandra orders version 1 UUIDs by their time componen