Quantcast
Channel: Transactions Archives - Vlad Mihalcea
Viewing all articles
Browse latest Browse all 19

How does database pessimistic locking interact with INSERT, UPDATE, and DELETE SQL statements

$
0
0
Introduction Relational database systems employ various Concurrency Control mechanisms to provide transactions with ACID property guarantees. While isolation levels are one way of choosing a given Concurrency Control mechanism, you can also use explicit locking whenever you want a finer-grained control to prevent data integrity issues. As previously explained, there are two types of explicit … Continue reading How does database pessimistic locking interact with INSERT, UPDATE, and DELETE SQL statements

Viewing all articles
Browse latest Browse all 19

Trending Articles