1.

Describe Concurrency Control?

Answer»

Concurrency control is the process managing simultaneous operations against a database so that database integrity is not COMPROMISED. There are two approaches to concurrency control. The pessimistic APPROACH involves LOCKING and the optimistic approach involves VERSIONING.

Concurrency control is the process managing simultaneous operations against a database so that database integrity is not compromised. There are two approaches to concurrency control. The pessimistic approach involves locking and the optimistic approach involves versioning.



Discussion

No Comment Found