Re: Range query ordering with CQL JDBC

2011-07-17 Thread Matthieu Nahoum
Aaron, thanks for the reply. I think what I encounter is exactly this problem! I'll try the suggestions, or switch away from the random partitioner. Cordially, Matthieu Nahoum On Sun, Jul 17, 2011 at 5:50 PM, aaron morton wrote: > You are probably seeing this http://wiki.apache.org/c

Re: Range query ordering with CQL JDBC

2011-07-15 Thread Matthieu Nahoum
Hi Eric, I am using the default partitioner, which is the RandomPartitioner I guess. The key type is String. Are Strings ordered by lexicographic rules? Thanks On Fri, Jul 15, 2011 at 12:04 PM, Eric Evans wrote: > On Thu, 2011-07-14 at 11:07 -0500, Matthieu Nahoum wrote: > > I am

Range query ordering with CQL JDBC

2011-07-14 Thread Matthieu Nahoum
e sense, it always returns wrong timestamps. So I must make an error somewhere in the way I input the querying value. I tried in clear (like above), in hexadecimal, etc. What is the correct way of doing this? Is it possible that my key is too long? Thanks, Matthieu Nahoum