What is the behaviour of the checkAndMutate function? Let's say I need to get row content before applying checkAndMutate. Is there a chance to retrieve stale data from BigTable? If there is no chance to retrieve stale data, is my thinking good:
- Fetch row content by key,
- Modify row content in application,
- Apply checkAndMutate function on row.