Re: Re : last record rowId

2011-06-19 Thread aaron morton
in cassandra database? > B.R > > De : Jonathan Ellis > À : user@cassandra.apache.org > Cc : karim abbouh > Envoyé le : Mercredi 15 Juin 2011 18h05 > Objet : Re: last record rowId > > You're better served using UUIDs than numeric row IDs for surrogate > keys.

Re : last record rowId

2011-06-17 Thread karim abbouh
is there any way to remember the keys (rowId) inserted in cassandra database? B.R De : Jonathan Ellis À : user@cassandra.apache.org Cc : karim abbouh Envoyé le : Mercredi 15 Juin 2011 18h05 Objet : Re: last record rowId You're better served using UUIDs

Re: last record rowId

2011-06-15 Thread Jonathan Ellis
4 AM, karim abbouh wrote: >> >> in my java application,when we try to insert we should all the time know >> the last rowId >> in order the insert the new record in rowId+1,so for that we should save >> this rowId in a file >> is there other way to know the last

Re: last record rowId

2011-06-15 Thread Utku Can Topçu
; is there other way to know the last record rowId? > thanks > B.R >

last record rowId

2011-06-15 Thread karim abbouh
in my java application,when we try to insert we should all the time know the last rowId in order the insert the new record in rowId+1,so for that we should save this rowId in a file is there other way to know the last record rowId? thanks B.R