Re: Secondary indexes for multi-value fields

2010-12-22 Thread Prasad Sunkari
than reads in Cassandra o Since you update 2 CF and there are no transaction, one might succeed and the other might fail Even with the other suggestion of indexes you can still add the tag->users. On Wed, Dec 22, 2010 at 4:54 AM, Prasad Sunkari <mailto:s.pra...@gmail.com&g

Secondary indexes for multi-value fields

2010-12-22 Thread Prasad Sunkari
Hi all, I have a column family for users of my system and I need to have tags set to these users. My current plan is to have a column that holds a string (comma separated tags). I am not clear if this the best way to do it. Specially because this may lead to a complications when more than