Cassandra row level locking support while accessing same row by concurrent users
We are in design phase of our shopping cart application we are considering Cassandra as Inventory database. Multiple users need to be able to access same product row in Inventory DB at same time. For example a product table containing: productID =1000, productQuantitiy = 1 productID =2000, productQuantitiy = 5 If first user selects product 1000 and add product quantity 1 in shopping cart, other users should not be able to select this product until it gets discarded by first user (who updates product quantity as 0). Alternatively if the first user selects 3 of product 2000, other users