Commit Graph

1251 Commits

Author SHA1 Message Date
b2fc816077 backend: ensure engine cleanup to be executed (#64105)
close pingcap/tidb#64101
2025-10-29 11:14:16 +00:00
6dc2c5b63f ddl: add timeout mechanism for add index analyze (#64096)
ref pingcap/tidb#63326
2025-10-28 16:07:41 +00:00
a84aea0559 ddl: make some MODIFY COLUMN skip row reorg (#63465)
ref pingcap/tidb#63595
2025-10-25 03:53:22 +00:00
tpp
e4f892979e planner: Flaky test cleanup (#64119)
ref pingcap/tidb#63501
2025-10-24 22:31:40 +00:00
94a25976ff fix: close 64103 by use the right quota (#64104)
close pingcap/tidb#64103
2025-10-23 15:58:53 +00:00
4011c9f6c5 modify column: support ingest/DXF mode to recreate indexes (#63970)
ref pingcap/tidb#63223
2025-10-22 17:01:05 +00:00
4865e394b3 ddl,parser: modify schema to store the partial condition (#62759)
close pingcap/tidb#62758
2025-10-22 09:54:26 +00:00
1d746d80a0 range: wrongly skip the candidate in the extractBestCNFItemRanges (#62585)
close pingcap/tidb#62547
2025-10-22 06:05:28 +00:00
cf59af7626 importinto: add test for auto detect source file format (#63884)
close pingcap/tidb#59540
2025-10-15 15:15:22 +00:00
1e571855e1 ddl: run embedded analyze only once for multi-schema change (#63894)
ref pingcap/tidb#63326
2025-10-12 15:04:46 +00:00
13377dcc90 ddl: show analyzing status in admin show jobs (#63902)
ref pingcap/tidb#63326
2025-10-11 09:05:33 +00:00
e7aba13758 tests: small fix of test of index_lookup_pushdown.test (#63906)
ref pingcap/tidb#63745
2025-10-11 06:30:15 +00:00
61040a38fb executor: hide redundant comments in admin show jobs for next-gen (#63860)
ref pingcap/tidb#61702
2025-10-10 17:19:39 +00:00
967cc9b130 executor: finish INDEX_LOOKUP_PUSHDOWN execution part (#63746)
close pingcap/tidb#63745
2025-10-09 16:17:33 +00:00
b6e32dd757 ddl: run merge-temp-index step on DXF (#62971)
close pingcap/tidb#63296
2025-10-03 10:15:04 +00:00
2b2792b771 planner: increase default tidb_stmt_summary_max_sql_length and better error (#63694)
close pingcap/tidb#63671
2025-10-03 05:46:58 +00:00
tpp
72a540b804 Planner: Add min/max for out of range (#63077)
close pingcap/tidb#63724, close pingcap/tidb#63801
2025-10-01 17:57:25 +00:00
ae3d6acbb5 planner: remove code of the hint nth_plan - 1 (#63803)
ref pingcap/tidb#63802
2025-09-30 02:57:19 +00:00
8840daf482 planner, executor: support access path keep order with IN conditions using merge sort (#62694)
close pingcap/tidb#34882, close pingcap/tidb#63449
2025-09-29 16:22:16 +00:00
933db8df82 parser, planner: Add hint INDEX_LOOKUP_PUSH_DOWN and implement the planner part (#62714)
close pingcap/tidb#62713, close pingcap/tidb#63611
2025-09-27 07:41:43 +00:00
b87965f575 planner: fix nested IN expression rewriter bug (#63757)
close pingcap/tidb#63565
2025-09-26 13:29:55 +00:00
7784a4dd6f exexcutor: correct timestamp used in infoschema reader (#63696)
close pingcap/tidb#63600
2025-09-24 09:00:49 +00:00
d6ca10af4f importinto: sample files to get index size ratio in nextgen (#63695)
ref pingcap/tidb#61702
2025-09-24 09:00:37 +00:00
ccec9265a0 planner: add more tests for outer2inner (#63707)
ref pingcap/tidb#60080
2025-09-24 05:28:07 +00:00
tpp
598ae59aa5 planner: flaky test cleanup3 (#63702)
ref pingcap/tidb#63501
2025-09-24 05:28:01 +00:00
ef6f8e723e ingest: adapt AddPartitionRange api for ingest (#63467)
close pingcap/tidb#63466
2025-09-23 16:54:37 +00:00
7cf087bde5 txn: check max_execution_time when locking keys (#63000)
close pingcap/tidb#62960
2025-09-23 03:45:01 +00:00
0e26c181f7 ddl: fix dynamic parameter adjustment failure in txn and local ingest mode (#63605)
close pingcap/tidb#63201
2025-09-22 17:01:55 +00:00
8f24f95670 planner: fix the possble wrong plan for dp join reorder (#63648)
close pingcap/tidb#63353
2025-09-22 13:40:10 +00:00
724cd2f1b6 br: check and compact for br (#63419)
close pingcap/tidb#63176
2025-09-22 12:05:01 +00:00
a7400e539e txn: follower read only affect read-only statements (#62852)
close pingcap/tidb#62856
2025-09-22 05:21:19 +00:00
6f7a47a919 tests: improve timing robustness in TestStaleReadAllCombinations (#63196)
close pingcap/tidb#63271
2025-09-20 06:02:28 +00:00
b3011b689d disttask: support metering on next-gen (#63397)
ref pingcap/tidb#61702
2025-09-19 02:27:35 +00:00
276ed0cf95 dxf: add api to manually tune the calculation of resource related params (#63517)
ref pingcap/tidb#61702
2025-09-18 15:09:53 +00:00
e5861da137 planner, executor: code preparation for supporting access path keep order with IN Conditions using merge sort (#63457)
ref pingcap/tidb#63449
2025-09-17 16:28:05 +00:00
bbd963f9cb executor, plugin: add statement id info to the plugin (#63526)
close pingcap/tidb#63525
2025-09-16 12:04:06 +00:00
eb25197d68 disttask: collect metering data to subtask's real time summary (#63431)
ref pingcap/tidb#61702
2025-09-15 12:47:09 +00:00
5fac805272 planner: always keep join keys by default (#63470)
ref pingcap/tidb#63314
2025-09-12 05:01:51 +00:00
b704aa49be planner: Show Execution Plans for Scalar Subqueries (#63047)
close pingcap/tidb#63045
2025-09-11 15:48:15 +00:00
tpp
5cb0037c0f planner: allow correlated exists subqueries to early-out (#63287)
ref pingcap/tidb#51116, close pingcap/tidb#63348
2025-09-10 20:50:27 +00:00
bd5c194581 ImportInto: add import sdk for cloud (#61545)
ref pingcap/tidb#61264
2025-09-05 03:48:12 +00:00
b82dd2c3da ddl,executor: fix usages of getting regions from pd client (#63371)
close pingcap/tidb#61702
2025-09-04 17:45:27 +00:00
tpp
98a285f885 planner: refactor compareCandidates logic (#63349)
ref pingcap/tidb#63336
2025-09-04 15:49:12 +00:00
cb95b10975 lightning, importer: determine whether to skip reading parquet based on the table structure (#62994)
close pingcap/tidb#63254
2025-09-04 07:58:21 +00:00
d75dc0b06c planner: handle firstrow columns in aggregation predicate pushdown (#63059)
ref pingcap/tidb#24853
2025-09-03 15:32:12 +00:00
6134393520 planner: fix unexpected decorrelate for LeftOuterJoin (#63211)
close pingcap/tidb#62937
2025-09-03 09:13:34 +00:00
72427c596e importinto: update stats using UpdateStatsMeta (#63269)
ref pingcap/tidb#61702
2025-09-02 03:29:19 +00:00
8d1a00e351 importinto: update thread count after initialized data files (#63200)
ref pingcap/tidb#61702
2025-08-28 10:38:58 +00:00
tpp
8c65f823a9 planner: Include DNF in compareCandidates (#63085)
ref pingcap/tidb#59333
2025-08-27 20:03:04 +00:00
99565c1fdc *: improve test for add index test 2 (#63221) 2025-08-27 17:36:40 +00:00