Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DocDB] YSQL parallel query execution #17984

Open
9 of 10 tasks
ttyusupov opened this issue Jun 28, 2023 · 0 comments
Open
9 of 10 tasks

[DocDB] YSQL parallel query execution #17984

ttyusupov opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features area/ysql Yugabyte SQL (YSQL) 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.

Comments

@ttyusupov
Copy link
Contributor

ttyusupov commented Jun 28, 2023

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.
@ttyusupov ttyusupov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Jun 28, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 28, 2023
@ttyusupov ttyusupov added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jun 28, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug kind/enhancement This is an enhancement of an existing feature and removed kind/enhancement This is an enhancement of an existing feature status/awaiting-triage Issue awaiting triage kind/bug This issue is a bug labels Jun 28, 2023
@sushantrmishra sushantrmishra added the roadmap-tracking-issue This issue tracks a major roadmap item, and usually appears in the roadmap list. label Jul 5, 2023
@rthallamko3 rthallamko3 added the area/ysql Yugabyte SQL (YSQL) label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features area/ysql Yugabyte SQL (YSQL) 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.
Projects
None yet
Development

No branches or pull requests

5 participants