PAPER DIGEST
Most Influential SIGMOD 1990 Paper · 2026-03 edition

Encapsulation Of Parallelism In The Volcano Query Processing System

Goetz Graefe

Venue
ACM SIGMOD Conference (SIGMOD) 1990
Recognition
Most Influential SIGMOD 1990 Paper (Rank No. 3)
Edition
2026-03
Impact factor
7
Certificate ID
33207f6f746411ef

Abstract

Volcano is a new dataflow query processing system we have developed for database systems research and education. The uniform interface between operators makes Volcano extensible by new operators. All operators are designed and coded as if they were meant for a single-process system only. When attempting to parallelize Volcano, we had to choose between two models of parallelization, called here the <i>bracket</i> and <i>operator</i> models. We describe the reasons for not choosing the bracket model, introduce the novel operator model, and provide details of Volcano's <i>exchange</i> operator that parallelizes all other operators. It allows intra-operator parallelism on partitioned datasets and both vertical and horizontal inter-operator parallelism. The exchange operator encapsulates all parallelism issues and therefore makes implementation of parallel database algorithms significantly easier and more robust. Included in this encapsulation is the translation between demand-driven dataflow within processes and data-driven dataflow between processes. Since the interface between Volcano operators is similar to the one used in “real,” commercial systems, the techniques described here can be used to parallelize other query processing engines.

Download PDF certificate