0
20kviews
Explain the phases of query processing in distributed database.
1 Answer
4
2.3kviews

Layers of Query Processing

Query processing has 4 layers:

• Query Decomposition

• Data Localization

• Global Query Optimization

• Distribution Query Execution

1

Query Decomposition

The first layer decomposes the calculus query into an algebraic query on global relations. The information needed for this transformation is found in the global …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.