[DocDB] YSQL parallel query execution #17984
Labels
area/docdb
YugabyteDB core features
area/ysql
Yugabyte SQL (YSQL)
current-roadmap
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
roadmap-tracking-issue
This issue tracks a major roadmap item, and usually appears in the roadmap list.
Jira Link: DB-7047
Description
PostgreSQL can devise query plans that can leverage multiple CPUs in order to answer queries faster. This feature is known as parallel query. For queries, when a large number of rows are scanned this helps improve the query performance by utilizing parallel workers. In YugabyteDB, we plan to support Parallel query to improve the performance execution of the queries.
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: