October 2006
Intermediate to advanced
464 pages
16h 11m
English
In this chapter: |
Concurrency can be defined as the ability of multiple processes to access or change shared data at the same time. The greater the number of concurrent user processes that can be active without interfering with each other, the greater the concurrency of the database system.
Concurrency is reduced when a process that is changing data prevents other processes from reading that data or when a process that is reading data prevents other processes from changing that data. I’ll ...
Read now
Unlock full access