Proceedings of the 1990 ACM SIGMOD International Conference on Management of Data 1990
DOI: 10.1145/93597.98720
|View full text |Cite
|
Sign up to set email alerts
|

Encapsulation of parallelism in the Volcano query processing system

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
137
0

Year Published

2001
2001
2012
2012

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 233 publications
(137 citation statements)
references
References 5 publications
0
137
0
Order By: Relevance
“…One approach to achieving this is to map the physical-algebraic form of a query to a distributed one in which EXCHANGE operators [23] define boundaries between fragments. An EXCHANGE operator encapsulates all of control flow, data distribution and interprocess communication and is implemented in two parts, referred to as producer and consumer.…”
Section: Phase 2: Multi-site Optimizationmentioning
confidence: 99%
“…One approach to achieving this is to map the physical-algebraic form of a query to a distributed one in which EXCHANGE operators [23] define boundaries between fragments. An EXCHANGE operator encapsulates all of control flow, data distribution and interprocess communication and is implemented in two parts, referred to as producer and consumer.…”
Section: Phase 2: Multi-site Optimizationmentioning
confidence: 99%
“…The Next function produces the results one at a time, and the Close function performs cleaning up. When combined with communication operators such as exchange [6], the iterator model supports pipelined parallelism.…”
Section: Technical Contextmentioning
confidence: 99%
“…As such, the operators support three main functions, open, next and close, which define the main interface through which they interact with one another. The implementation of the algebra is essentially sequential, and most of the functionality that relates to parallelism, such as flow control, inter-process communication and data distribution, is encapsulated in the exchange operator, following the operator model of parallelization [6]. Figure 1 illustrates two possible PQEPs for query Q1 in figure 2.…”
Section: The Polar Systemmentioning
confidence: 99%