Hello,
I have read there are three locks and at one lock level you can not modifiy the data until the first operation is done.
So when I have 5 columns
name,stars,rating,variants,date
when I make an transaction and update my rating and I lock this, but in this time another request updates the variants is it possible ? Is the whole row locked or only the key/column ?
I use persistToMajority lock level