Re : Re : Re : get_range_slices result

2011-06-30 Thread karim abbouh
Envoyé le : Mardi 28 Juin 2011 12h40 Objet : Re: Re : Re : get_range_slices result First thing is you really should upgrade from 0.6, the current release is 0.8.  Info on time uuid's http://wiki.apache.org/cassandra/FAQ#working_with_timeuuid_in_java If you are using a higher level client like Hector

Re : Re : get_range_slices result

2011-06-28 Thread karim abbouh
can i have an example for using    TimeUUIDType   as comparator in a client  java code. De : karim abbouh karim_...@yahoo.fr À : user@cassandra.apache.org user@cassandra.apache.org Envoyé le : Lundi 27 Juin 2011 17h59 Objet : Re : Re : get_range_slices result

Re: Re : Re : get_range_slices result

2011-06-28 Thread aaron morton
@cassandra.apache.org Envoyé le : Lundi 27 Juin 2011 17h59 Objet : Re : Re : get_range_slices result i used TimeUUIDType as type in storage-conf.xml file ColumnFamily Name=table CompareWith=TimeUUIDType / and i used it as comparator in my java code, but in the execution i get exception

Re : Re : get_range_slices result

2011-06-27 Thread karim abbouh
De : David Boxenhorn da...@citypath.com À : user@cassandra.apache.org Cc : karim abbouh karim_...@yahoo.fr Envoyé le : Vendredi 24 Juin 2011 11h25 Objet : Re: Re : get_range_slices result You can get the best of both worlds by repeating the key in a column, and creating a secondary