In pessimistic concurrency control, transactions acquire _______ on data items to prevent other transactions from accessing them simultaneously.
- Indexes
- Locks
- Permissions
- Timestamps
In pessimistic concurrency control, transactions acquire locks on data items to prevent other transactions from accessing them simultaneously. This helps maintain data consistency by allowing only one transaction to modify a data item at a time.
Loading...
Related Quiz
- The Builder design pattern is used to construct complex objects step by _______.
- Which metric is commonly used to measure the success of a CI/CD pipeline?
- In JavaScript, the console.log() method is commonly used for _______.
- Which of the following tools is commonly used for logging in web applications?
- How does Kubernetes handle service discovery and load balancing?