Re: Composite as row key

2012-06-17 Thread aaron morton
> Row key is a combo of 2 uuid, the first it's the user's uuid, if i want a > select of all the watchdog entrys of a user.how can i do? is it > possible? I justk know user uuid, the other part of key is unknow uuid. No. You would be doing a range scan (from key foo to key blah) and would

Composite as row key

2012-06-14 Thread Juan Ezquerro
I have a columnfamily like: CREATE COLUMN FAMILY Watchdog WITH key_validation_class = 'CompositeType(LexicalUUIDType,LexicalUUIDType)' AND comparator = UTF8Type AND column_metadata = [ {column_name: error_code, validation_class: UTF8Type, index_type: KEYS} {column_name: