Locking

Home > Computer Science > Database Systems > ACID properties > Locking

Locking is the technique used to ensure isolation between transactions. Locks are placed on data that is being accessed by a transaction, so it cannot be modified by another transaction.