-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Pull requests: pingcap/tidb
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
planner: update AnalyzeTableStmt to use NonPartitionTableID for non-partitioned tables
approved
lgtm
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
skip-issue-check
Indicates that a PR no need to check linked issue.
#59937
opened Mar 6, 2025 by
Rustin170506
Loading…
2 of 13 tasks
planner: don't choose merge join unless there's hint or join key fully matched
ok-to-test
Indicates a PR is ready to be tested.
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
type/cherry-pick-for-release-7.5-20250306-v7.5.5-1
#59936
opened Mar 6, 2025 by
ti-chi-bot
Loading…
1 of 13 tasks
domain: batch handle the privilege reload event
needs-1-more-lgtm
Indicates a PR needs 1 more LGTM.
release-note-none
Denotes a PR that doesn't merit a release note.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#59934
opened Mar 6, 2025 by
tiancaiamao
Loading…
1 of 13 tasks
planner: disable merge join unless it can use full join keys
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
#59932
opened Mar 5, 2025 by
winoros
Loading…
13 tasks
planner: disable merge join unless it can use full join keys
do-not-merge/cherry-pick-not-approved
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
#59931
opened Mar 5, 2025 by
winoros
Loading…
13 tasks
planner: disable merge join unless we use hint
do-not-merge/cherry-pick-not-approved
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59930
opened Mar 5, 2025 by
winoros
Loading…
13 tasks
planner: auto scaling of topn/buckets for small tables | tidb-test=pr/2492
do-not-merge/needs-linked-issue
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59929
opened Mar 5, 2025 by
terry1purcell
Loading…
1 of 13 tasks
planner: add ds allAccessPaths to keep the original derived paths from tableInfo.
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#59928
opened Mar 5, 2025 by
AilinKid
Loading…
1 of 13 tasks
planner: remove duplicate offset when push down pure limit down across outer join
approved
lgtm
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/planner
SIG: Planner
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59927
opened Mar 5, 2025 by
winoros
Loading…
1 of 13 tasks
br: fix unit test
approved
needs-1-more-lgtm
Indicates a PR needs 1 more LGTM.
release-note-none
Denotes a PR that doesn't merit a release note.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#59924
opened Mar 5, 2025 by
Leavrth
Loading…
1 of 13 tasks
*: (release-8.1) Validate ts only for stale read
cherry-pick-approved
Cherry pick PR approved by release team.
release-note-none
Denotes a PR that doesn't merit a release note.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59923
opened Mar 5, 2025 by
ekexium
Loading…
1 of 13 tasks
planner: fix wrong extend predicate simplification for subquery and nested expressions | tidb-test=pr/2494
approved
needs-1-more-lgtm
Indicates a PR needs 1 more LGTM.
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#59922
opened Mar 5, 2025 by
hawkingrei
Loading…
1 of 13 tasks
*: (release-7.1) Validate ts only for stale read
cherry-pick-approved
Cherry pick PR approved by release team.
release-note-none
Denotes a PR that doesn't merit a release note.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59921
opened Mar 5, 2025 by
ekexium
Loading…
1 of 13 tasks
*: (release-8.5) validate ts only for stale read
approved
cherry-pick-approved
Cherry pick PR approved by release team.
needs-1-more-lgtm
Indicates a PR needs 1 more LGTM.
release-note-none
Denotes a PR that doesn't merit a release note.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59919
opened Mar 5, 2025 by
ekexium
Loading…
1 of 13 tasks
Planner: Run full partition pruning if convertToPointGet converted keys to SortKey
do-not-merge/needs-triage-completed
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
planner: Limit fine grained shuffle usage for mpp join operators to ensure shuffle keys are the same with actual join keys (#59884)
cherry-pick-approved
Cherry pick PR approved by release team.
lgtm
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/planner
SIG: Planner
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
type/cherry-pick-for-release-8.1
This PR is cherry-picked to release-8.1 from a source PR.
#59914
opened Mar 5, 2025 by
ti-chi-bot
Loading…
1 of 13 tasks
planner: Limit fine grained shuffle usage for mpp join operators to ensure shuffle keys are the same with actual join keys (#59884) | plugin=pr/163
cherry-pick-approved
Cherry pick PR approved by release team.
lgtm
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/planner
SIG: Planner
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
type/cherry-pick-for-release-8.5
This PR is cherry-picked to release-8.5 from a source PR.
#59913
opened Mar 5, 2025 by
ti-chi-bot
Loading…
1 of 13 tasks
*: Add caller information to pd client
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
release-note-none
Denotes a PR that doesn't merit a release note.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
workload-learning: Add a workload-learning cache worker
release-note-none
Denotes a PR that doesn't merit a release note.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#59909
opened Mar 5, 2025 by
elsa0520
Loading…
1 of 13 tasks
importinto: sort the multiStat before merge
release-note-none
Denotes a PR that doesn't merit a release note.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
#59907
opened Mar 5, 2025 by
GMHDBJD
Loading…
1 of 13 tasks
for debugging
do-not-merge/cherry-pick-not-approved
do-not-merge/invalid-title
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
#59899
opened Mar 4, 2025 by
winoros
Loading…
13 tasks
*: fix incorrect handling IterAllTables
approved
lgtm
release-note-none
Denotes a PR that doesn't merit a release note.
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
#59894
opened Mar 4, 2025 by
wjhuang2016
Loading…
1 of 13 tasks
executor: support new sql Indicates that a PR should not merge because it is a work in progress.
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
show table distribution
do-not-merge/needs-tests-checked
do-not-merge/work-in-progress
#59891
opened Mar 4, 2025 by
bufferflies
•
Draft
13 tasks
statistics: improve handling for slow stats updates and logging
needs-cherry-pick-release-6.5
Should cherry pick this PR to release-6.5 branch.
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
needs-cherry-pick-release-8.1
Should cherry pick this PR to release-8.1 branch.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/planner
SIG: Planner
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#59887
opened Mar 4, 2025 by
Rustin170506
Loading…
1 of 13 tasks
*: generalize some vector index logic to columnar index
release-note-none
Denotes a PR that doesn't merit a release note.
sig/planner
SIG: Planner
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
#59881
opened Mar 4, 2025 by
Lloyd-Pottiger
Loading…
1 of 13 tasks
Previous Next
ProTip!
Adding no:label will show everything without a label.