filmov
tv
Learn about Conflict Serializability in DBMS in 10 minutes
Показать описание
The concept of conflict serializability is to help concurrency control in DBMS to schedule transactions in a concurrent manner by preventing transactions from various problems like phantom read, non-repeatable read and so on. This lecture discusses the concept in simple way so that anyone can understand.
The idea behind serializability concept is to find concurrent schedules that allow transactions to execute simultaneously without interfering with one
another, and thereby produce a consistent database state that could be produced by some serial execution.