Rahm, E.

Parallel Query Processing in Shared Disk Database Systems

Sigmod Record, 22(4): 32-37, Dec. 1993. <a href=\"file/SD-HPTS-1993.pdf \">Long version</a> from:Proc. 5th Int. Workshop on High Performance Transaction Systems, Asilomar (CA), USA, Sep. 1993;

1993

Paper

Futher information: http://dl.acm.org/authorize?718045=

Abstract

System developments and research on parallel query processing have concentrated either on "Shared Everything"
or "Shared Nothing" architectures so far. While there are several commercial DBMS based on the "Shared Disk" alternative, this architecture has received very little attention with respect to parallel query processing. A comparison between Shared Disk and Shared Nothing reveals many
potential benefits for Shared Disk with respect to parallel query processing. In particular, Shared Disk supports more
flexible control over the communication overhead for intra transaction parallelism, and a higher potential for dynamic load balancing and efficient processing of mixed OLTP/query workloads. We also sketch necessary extensions for
transaction management (concurrency/coherency control, logging/recovery) to support intra-transaction parallelism in the Shared Disk environment.