PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
January 1, 1994IEEE Transactions on Knowledge and Data Engineering398 citations

Volcano-an extensible and parallel query evaluation system

View Full Paper
GGGoetz Graefe

Key Points

  • The aim is to explore how extensibility and parallelism can be integrated into database query processing.
  • Developed the Volcano dataflow query execution system with a standard interface for algebra operators.
  • Implemented novel meta-operators to support dynamic query evaluations and intra-operator parallelism.
  • Designed operators to be extensible and parallelizable using the exchange operator.
  • Volcano effectively combines extensibility and parallelism in a single-query execution engine.
  • The choose-plan meta-operator allows dynamic optimization decisions during runtime.
  • Intra-operator parallelism is achieved on partitioned datasets, enhancing query performance.

Abstract

To investigate the interactions of extensibility and parallelism in database query processing, we have developed a new dataflow query execution system called Volcano. The Volcano effort provides a rich environment for research and education in database systems design, heuristics for query optimization, parallel query execution, and resource allocation. Volcano uses a standard interface between algebra operators, allowing easy addition of new operators and operator implementations. Operations on individual items, e.g., predicates, are imported into the query processing operators using support functions. The semantics of support functions is not prescribed; any data type including complex objects and any operation can be realized. Thus, Volcano is extensible with new operators, algorithms, data types, and type-specific methods. Volcano includes two novel meta-operators. The choose-plan meta-operator supports dynamic query evaluation plans that allow delaying selected optimization decisions until run-time, e.g., for embedded queries with free variables. The exchange meta-operator supports intra-operator parallelism on partitioned datasets and both vertical and horizontal inter-operator parallelism, translating between demand-driven dataflow within processes and data-driven dataflow between processes. All operators, with the exception of the exchange operator, have been designed and implemented in a single-process environment, and parallelized using the exchange operator. Even operators not yet designed can be parallelized using this new operator if they use and provide the interator interface. Thus, the issues of data manipulation and parallelism have become orthogonal, making Volcano the first implemented query execution engine that effectively combines extensibility and parallelism.>

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Goetz Graefe (1994) studied this question.

synapsesocial.com/papers/6a2e062c80199c0f3b7462b8https://doi.org/10.1109/69.273032
Ask AI
Helpful
Bookmark
Share
View Full Paper