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 ...

Get Database Systems: Concepts, Design and Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.