-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issues: yugabyte/yugabyte-db
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[YSQL] Disable Parallel Query even if the set on table level.
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#26839
opened Apr 15, 2025 by
sushantrmishra
1 task done
[YSQL] Index not being used correctly when the indexed column is a domain type
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#26726
opened Apr 7, 2025 by
kmuthukk
1 task done
[YSQL] Support expression pushdown for DOMAIN types
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#26306
opened Mar 6, 2025 by
timothy-e
1 task done
[YSQL] Statement timeout not respected on index scans with selective predicate
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#26284
opened Mar 5, 2025 by
kai-franz
1 task done
[YSQL] Add uniqueness validation in the PgGate layer to ensure that hidden tablets are not causing duplicate requests
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#24917
opened Nov 14, 2024 by
rthallamko3
1 task done
[YSQL] [Parallel workers] Few Join microbenchmarks are executed with nested loop instead of BNL
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#24252
opened Oct 3, 2024 by
shantanugupta-yb
1 task done
[YSQL] [Parallel workers] There is potential for further optimization in the implementation of parallel index scans
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#24251
opened Oct 3, 2024 by
shantanugupta-yb
1 task done
[YSQL] [Parallel workers] Scan queries return incorrect results when the parallel workers are picked by the planner for few microbenchmarks
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#24144
opened Sep 25, 2024 by
shantanugupta-yb
1 task done
[YSQL][pg15] Parallel query in serializable isolation fails an assertion
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#23549
opened Aug 19, 2024 by
andrei-mart
1 task done
[YSQL] add gflag to parallelize full table scan
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#23149
opened Jul 8, 2024 by
andrei-mart
1 task done
[YSQL] Allow ordered results from multi-tablet vector indexes
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#22826
opened Jun 11, 2024 by
tanujnay112
1 task done
[YSQL] Improve logic in attr_num_map_ maintenance to cater to tables with large schemas.
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
#22561
opened May 28, 2024 by
rthallamko3
1 task done
[YSQL] [Parallel Query] With parallel workers enabled, few queries of JoinG3 microbenchmarks output/project more rows than the query actually should. It is a correctness issue.
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#21668
opened Mar 24, 2024 by
shantanugupta-yb
1 task done
[DocDB] Parallel query feature should select larger chunks than the default, for queries like aggregates that are pushed down.
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#21482
opened Mar 14, 2024 by
rthallamko3
1 task done
[YSQL] TestPgRegressParallel undefined-behavior
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
#21450
opened Mar 13, 2024 by
jasonyb
1 task done
[YSQL] Intermittent occurance of "Used read time is not set" and "Used read time already set to" errors
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
#21029
opened Feb 12, 2024 by
gauravk-in
1 task done
[YSQL] Memory leak when statement is retried from Query Layer
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
#20339
opened Dec 18, 2023 by
sushantrmishra
1 task done
[YSQL] Determine request bounds earlier
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#19465
opened Oct 10, 2023 by
andrei-mart
1 task done
[YSQL] Refactor pushdown expression handling in DocDB
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#18013
opened Jun 29, 2023 by
andrei-mart
1 task done
[DocDB] YSQL parallel query execution
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.
#17984
opened Jun 28, 2023 by
ttyusupov
9 of 10 tasks
[YSQL] Support PG level parallelism
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#16322
opened Mar 6, 2023 by
rthallamko3
[YSQL] [PG15][Review_Merge]: Review new pg_type added
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/low
Low priority
#14510
opened Oct 18, 2022 by
sushantrmishra
[YSQL] Send nullable column flag to DocDB
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
#11592
opened Feb 25, 2022 by
andrei-mart
ProTip!
no:milestone will show everything without a milestone.