Re: Row Key Types

2011-02-09 Thread Wangpei (Peter)
Did you set compare_with attribute of your ColumnFamily to TimeUUIDType? -邮件原件- 发件人: Bill Speirs [mailto:bill.spe...@gmail.com] 发送时间: 2011年2月2日 0:47 收件人: Cassandra Usergroup 主题: Row Key Types What is the type of a Row Key? Can you define how they are compared? I ask because I'm

Re: Row Key Types

2011-02-01 Thread Jonathan Ellis
How they are compared depends on the partitioner you are using. For BOP, it is lexical by byte order. On Tue, Feb 1, 2011 at 8:47 AM, Bill Speirs wrote: > What is the type of a Row Key? Can you define how they are compared? > > I ask because I'm using TimeUUIDs as my row keys, but when I make a

Row Key Types

2011-02-01 Thread Bill Speirs
What is the type of a Row Key? Can you define how they are compared? I ask because I'm using TimeUUIDs as my row keys, but when I make a call to get a range of row keys (get_range in phpcassa) I have to specify the UTF8 range of '' to '----' instead of the TimeUUID