Re: Is the secondary index maintained synchronously in 0.7

2010-09-28 Thread Jonathan Ellis
because it's not worth the penalty to concurrency On Tue, Sep 28, 2010 at 9:02 PM, Alvin UW wrote: > Why the secondary index is not updated absolutely atomically? > > 2010/9/2 Jonathan Ellis >> >> yes, it is updated atomically (but not in isolation, it's possible for >> a client to see changes t

Re: Is the secondary index maintained synchronously in 0.7

2010-09-28 Thread Alvin UW
Why the secondary index is not updated absolutely atomically? 2010/9/2 Jonathan Ellis > yes, it is updated atomically (but not in isolation, it's possible for > a client to see changes to one but not the other temporarily) > > On Thu, Sep 2, 2010 at 1:47 PM, Alvin Jin wrote: > > > > Hello, > >

Re: Is the secondary index maintained synchronously in 0.7

2010-09-02 Thread Alvin UW
Thanks. But why does this situation happen? I mean "but not in isolation". Can we avoid it? 2010/9/2 Jonathan Ellis > yes, it is updated atomically (but not in isolation, it's possible for > a client to see changes to one but not the other temporarily) > > On Thu, Sep 2, 2010 at 1:47 PM, Alvin J

Re: Is the secondary index maintained synchronously in 0.7

2010-09-02 Thread Jonathan Ellis
yes, it is updated atomically (but not in isolation, it's possible for a client to see changes to one but not the other temporarily) On Thu, Sep 2, 2010 at 1:47 PM, Alvin Jin wrote: > > Hello, > > I was thinking the details of the secondary index in 0.7. > Will it be updated atomically with its b

Is the secondary index maintained synchronously in 0.7

2010-09-02 Thread Alvin Jin
Hello, I was thinking the details of the secondary index in 0.7. Will it be updated atomically with its base table? Any explaination the on secondary index is appreciated. Thanks. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Is-the-secondar