Concurrency Control
Concurrency Control
CONCURRENCY CONTROL
PRESSENTED BY:
LARAIB TARIQ(067372)
NAYAB KIYANI(067386)
MOMINA YASRUB(067377)
DEFINITION
CONCURRENCY CONTROL: CONCURRENCY
CONTROL REFERS TO THE TECHNIQUES AND
MECHANISMS USED TO MANAGE MULTIPLE
TRANSACTIONS THAT ACCESS SHARED DATA
SIMULTANEOUSLY. THIS IS NECESSARY TO ENSURE
THE INTEGRITY AND CONSISTENCY OF THE
DATABASE.
Goals of Concurrency Control
Serializability: Ensure that the concurrent execution of
transactions is equivalent to some serial execution of the same
transactions.