Skip to content

[DocDB] YSQL parallel query execution #17984

Open
@ttyusupov

Description

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.

  1. [:clock4: ] ([DocDB] Add docdb support for dynamic/interleaved parallelism every N blocks #17986)
  2. [ 🕓] ([YSQL] YSQL layer - parallel query execution #17987)

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

area/docdbYugabyteDB core featuresarea/ysqlYugabyte SQL (YSQL)current-roadmapkind/enhancementThis is an enhancement of an existing featurepriority/mediumMedium priority issueroadmap-tracking-issueThis issue tracks a major roadmap item, and usually appears in the roadmap list.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions