For context, locked means that record is being modified. Unlocked means its not being modified and you can check its version. The whole point of the STM algorithm is to track versions and conflicts.
Please log in to leave a comment.
For context, locked means that record is being modified. Unlocked means its not being modified and you can check its version. The whole point of the STM algorithm is to track versions and conflicts.