Re: Concurrent SuperColumn update question

2010-04-23 Thread tsuraan
> On Thu, Apr 22, 2010 at 11:34 AM, tsuraan wrote: >> Suppose I have a SuperColumn CF where one of the SuperColumns in each >> row is being treated as a list (e.g. keys only, values are just >> empty).  In this list, values will only ever be added; deletion never >> occurs.  If I have two processe

Re: Concurrent SuperColumn update question

2010-04-23 Thread Jonathan Ellis
On Thu, Apr 22, 2010 at 11:34 AM, tsuraan wrote: > Suppose I have a SuperColumn CF where one of the SuperColumns in each > row is being treated as a list (e.g. keys only, values are just > empty).  In this list, values will only ever be added; deletion never > occurs.  If I have two processes simu

Concurrent SuperColumn update question

2010-04-22 Thread tsuraan
Suppose I have a SuperColumn CF where one of the SuperColumns in each row is being treated as a list (e.g. keys only, values are just empty). In this list, values will only ever be added; deletion never occurs. If I have two processes simultaneously add values to this list (on different nodes, wh