How does conflict serialazibility ensure serializability?
Answers
Answered by
0
Serializability. Serializability is the classical concurrency scheme. Itensures that a schedule for executing concurrent transactions is equivalent to one that executes the transactions serially in some order. It assumes that all accesses to the database are done using read and write operations.
Similar questions