Blog: Locking in Oracle NoSQL Database #60
dario-vega
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When designing applications that use databases, we often encounter situations involving concurrent data access, where multiple users are trying to update the same record. Uncontrolled concurrent data access can have various implications — with the worst case being the database state might become incorrect.
This blog explains to you the different methods of controlling access in Oracle NoSQL, such as optimistic or pessimistic locking.
Beta Was this translation helpful? Give feedback.
All reactions