Lock-based concurrency control uses locks to manage access to the database.
Two-Phase Locking (2PL) protocol ensures serializability by dividing the transaction into two phases: growing (acquiring locks) and shrinking (releasing locks).
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions