Read-update-write a cell’s value in Google bigtable with optimistic locking
In BigTable’s data writing example, “Conditionally write a value” support to do some predefined operation, like increase. This can avoid data be override by distributed writing operations