Cassandra and bug track type number sequencing.

2013-12-16 Thread Jacob Rhoden
Hi Guys, As per the subject, is there any way at all to easily associate small numbers in systems where users traditionally associate “bug/request” tickets with short numbers? In this use case I imagine the requirements would be as follows: The numbers don’t necessary need to be sequential,

Re: Cassandra and bug track type number sequencing.

2013-12-16 Thread Oleg Dulin
If you want sequential numbers, you can't trust distributed counters from Cassandra. However, you could use Redis for this. Additionally, you can also use a random UUID and only show the customer first 6 characters -- it is unique enough... Oleg On 2013-12-16 09:33:39 +, Jacob Rhoden