11.2 Need for Concurrency Control

One of the major objectives in developing an enterprise database is to create an information resource that can be shared by many users. If transactions execute one at a time, serially, with each transaction doing a commit before the next one begins, there is no problem of interference with one another’s transactions. However, users often need to access data simultaneously. The objective of a concurrency control system is to allow as much simultaneous processing as possible, without having transactions interfere with one another. If all users are only reading data, there is no way they can interfere with one another and there is no need for concurrency control. If users are accessing different parts of the database, ...

Get Databases Illuminated, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.