17.5. Query Parallelism
As we have discussed in the preceding sections, parallelism is used to provide speed-up and scale-up. This is done so that the queries are executed faster by adding more resources and the increasing workload is handled without increasing the response time, by increasing the degree of parallelism. However, the main challenge in parallel databases is query parallelism. That is, how to design an architecture that will allow parallel execution of multiple queries, or decompose (divide) a query into parts that act in parallel. The shared-nothing parallel database architectures have been very successful for achieving this goal. Following are some of the query parallelism architectures to take care of such requirements:
Input/output ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access