Please enable JavaScript.
Coggle requires JavaScript to display documents.
Parallel Databases - Coggle Diagram
Parallel Databases
Interquery Parallelism
-
-
Easiest form of parallelism to support in a database system, is more complicated in a shared-disk or shared-nothing architecture though
Cache coherency
-
Protocols to ensure it
-
Before a transaction releases an exclusive lock on a page, it flushes the page to the shared disk
I/O Parallelism
refers to
Reducing the time required to retrieve relations from disk by partitioning the relations over multiple disks
-
-
-
-
-
-
-