Query Processing in a System for Distributed Databases (SDD-1 (1981)
| Venue: | ACM Transactions on Database Systems |
| Citations: | 63 - 0 self |
BibTeX
@ARTICLE{Bernstein81queryprocessing,
author = {Philip A. Bernstein and Nathan Goodman and Eugene Wong and Christopher L. Reeve and James B. Rothnie},
title = {Query Processing in a System for Distributed Databases (SDD-1},
journal = {ACM Transactions on Database Systems},
year = {1981},
volume = {6},
pages = {602--625}
}
Years of Citing Articles
OpenURL
Abstract
Thii paper describes the techniques used to optimize relational queries in the SDD-1 distributed database system. Queries are submitted to SDD-1 in a high-level procedural language called Datalan-guage. Optimization begins by translating each Datalanguage query into a relational calculus form called an envelope, which is essentially an aggregate-free QUEL query. This paper is primarily concerned with the optimization of envelopes. Envelopes are processed in two phases. The first phase executes relational operations at various sites of the distributed database in order to delimit a subset of the database that contains all data relevant to the envelope. This subset is called a reduction of the database. The second phase transmits the reduction to one designated site, and the query is executed locally at that site. The critical optimization problem is to perform the reduction phase efficiently. Success depends on designing a good repertoire of operators to use during this phase, and an effective algorithm for deciding which of these operators to use in processing a given envelope against a given database. The principal reduction operator that we employ is called a







