You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Michael Dagaev <mi...@gmail.com> on 2008/10/28 18:08:28 UTC

Question on concurrent update

Hi, All

    Let two concurrent clients update values of different qualifiers
of the same column family of the same row.  I guess that both
qualifiers will be updated properly. Is it correct?

Thank you for your cooperation,
M.

Re: Question on concurrent update

Posted by Michael Dagaev <mi...@gmail.com>.
Thank you.

On Thu, Oct 30, 2008 at 4:24 AM, Michael Stack <st...@duboce.net> wrote:
> Yes.  Each client will hold a lock on the row while its updating its column.
> St.Ack
>
> Michael Dagaev wrote:
>>
>> Hi, All
>>
>>    Let two concurrent clients update values of different qualifiers
>> of the same column family of the same row.  I guess that both
>> qualifiers will be updated properly. Is it correct?
>>
>> Thank you for your cooperation,
>> M.

Re: Question on concurrent update

Posted by Michael Stack <st...@duboce.net>.
Yes.  Each client will hold a lock on the row while its updating its column.
St.Ack

Michael Dagaev wrote:
> Hi, All
>
>     Let two concurrent clients update values of different qualifiers
> of the same column family of the same row.  I guess that both
> qualifiers will be updated properly. Is it correct?
>
> Thank you for your cooperation,
> M.
>