Commit Graph

4160 Commits

Author SHA1 Message Date
6eade7b34f stats: optimize memory footprint of pseudo stats table (#63160)
close pingcap/tidb#60137
2025-09-09 20:29:03 +00:00
df99f52c06 statistics: support specify table IDs (#63395)
ref pingcap/tidb#61273
2025-09-09 17:39:27 +00:00
ec3ade5dea planner: allow cartesian joins in greedy join order algo to explore better join orders (#63309)
close pingcap/tidb#63290
2025-09-09 15:44:57 +00:00
37f8a14657 importinto: fix zero update time during validation phase and refine logs (#63425)
ref pingcap/tidb#61702
2025-09-09 12:07:54 +00:00
b337e44c84 test: fix some next-gen tests (#63418)
ref pingcap/tidb#63343
2025-09-09 11:14:15 +00:00
68d18d65b2 planner: simple code refactor (#63412)
ref pingcap/tidb#61185
2025-09-08 16:29:24 +00:00
47cdc858bd misc: update function name in comment (#63405) 2025-09-08 15:04:42 +00:00
1dedb8a696 planner: fix return type was modified unexpectedly when building cast (#63387)
close pingcap/tidb#63382
2025-09-08 12:07:03 +00:00
c8d2bef20e planner: move physical related logic into physical op dir (#63401)
ref pingcap/tidb#52714
2025-09-08 10:39:06 +00:00
646196b4fa domain: skip init stats if skip-init-stats is set (#63104)
close pingcap/tidb#63103
2025-09-08 08:49:36 +00:00
9e69f9a5b3 distsql: Add SelectResultIter to read rows from cop-task in the iterator way (#63319)
close pingcap/tidb#63318
2025-09-08 06:38:45 +00:00
cc619f44a9 planner: move PhysicalJoin related logic into physical op dir (#63390)
ref pingcap/tidb#52714
2025-09-08 02:58:39 +00:00
c0a877491e test: using atomic to solve data race (#63392)
close pingcap/tidb#63391
2025-09-07 14:06:33 +00:00
009e4f330f sessionctx: update comments (#63393) 2025-09-07 13:12:36 +00:00
be3ba74ef8 executor: fix the issue that spill files may not be completely deleted when Out Of Quota For Local Temporary Space is triggered (#63222)
close pingcap/tidb#63216
2025-09-06 03:42:21 +00:00
5810837368 test: fix or skip some failed next-gen tests (#63355)
close pingcap/tidb#63343
2025-09-05 17:57:12 +00:00
9c27eaef72 planner: simple code in the hasOnlyEqualPredicatesInDNF (#63386) 2025-09-05 15:51:18 +00:00
307a2c7686 planner: refactor some code related to constant propagation for join (#63388)
ref pingcap/tidb#63314
2025-09-05 12:55:36 +00:00
1f967030a0 fix: drop some dead code phase 1 (#63079)
ref pingcap/tidb#50727
2025-09-05 09:54:33 +00:00
72f477009f feat(runaway): fix bug to batch delete expired rows (#63345)
close pingcap/tidb#63346
2025-09-05 08:34:24 +00:00
98c6801f28 expression: constant skip the push-down check when to propagate constant (#63376)
close pingcap/tidb#63374
2025-09-05 07:31:48 +00:00
bd5c194581 ImportInto: add import sdk for cloud (#61545)
ref pingcap/tidb#61264
2025-09-05 03:48:12 +00:00
57ebc04e58 *: remove two useless functions (#63263) 2025-09-04 19:50:54 +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
a0f581f9fe test: fix next-gen CI failure cases (part 2) (#63367)
ref pingcap/tidb#61702
2025-09-04 11:55:27 +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
f9d7c6837c expression: add cast for eq expr when doing constant propagation (#63327)
close pingcap/tidb#57247
2025-09-04 06:38:00 +00:00
tpp
013cacffeb planner: Add variable for no_decorrelate in select list (#63204)
close pingcap/tidb#51116
2025-09-03 18:34:00 +00:00
de48c81a8d planner: fix test case for the next-gen (#63359) 2025-09-03 16:46:06 +00:00
d75dc0b06c planner: handle firstrow columns in aggregation predicate pushdown (#63059)
ref pingcap/tidb#24853
2025-09-03 15:32:12 +00:00
06463e2546 test: fix next-gen CI failure cases (#63352)
ref pingcap/tidb#61702
2025-09-03 14:33:06 +00:00
9825dfebc9 importinto: calculate distsql scan concurency in nextgen (#63341)
ref pingcap/tidb#61702
2025-09-03 11:52:06 +00:00
17f728a69d grafana: add KV Read Request Traffic metric (#62748)
close pingcap/tidb#62740
2025-09-03 10:59:00 +00:00
f76844ee28 test: fix some failed tests in nextgen (#63357)
ref pingcap/tidb#61702
2025-09-03 10:03:42 +00:00
6134393520 planner: fix unexpected decorrelate for LeftOuterJoin (#63211)
close pingcap/tidb#62937
2025-09-03 09:13:34 +00:00
f9ee04f63a planner: update planner test cases to use plan_tree to avoid unnecessary code changes caused by estimation update (#63224)
ref pingcap/tidb#63118
2025-09-03 07:06:43 +00:00
99deeb3560 test: fix TestFailBusyServerCop and TestRequestSource for nextgen (#63340)
close pingcap/tidb#63339
2025-09-03 05:52:43 +00:00
feba12d1e8 test: fix some tests for next-gen (#63342)
close pingcap/tidb#63343
2025-09-03 04:27:28 +00:00
7a817f4571 test: skip some upgrade tests for next-gen (part 2) (#63350)
ref pingcap/tidb#61702
2025-09-03 03:29:52 +00:00
bb8af19897 test: skip some upgrade tests for next-gen (#63331)
ref pingcap/tidb#61702
2025-09-02 14:31:13 +00:00
c2b9dd0b0e sem: add tidb_cloud_storage_uri to SEM hidden variable list (#63333)
ref pingcap/tidb#61702
2025-09-02 13:07:37 +00:00
f54f8d8035 test: fix TestResolvedLargeTxnLocks panic in nextgen (#63337)
ref pingcap/tidb#61702
2025-09-02 12:02:34 +00:00
56bb6feb99 executor: fix issue explain analyze DML with foreign key cascade may has bug (#63277)
close pingcap/tidb#63276
2025-09-02 11:07:40 +00:00
3d9a0eba80 planner: fix some test cases for the next gen (#63323) 2025-09-02 08:00:43 +00:00
0f8643f458 test: fix panic in TestManager and TestDoDDLJobQuit in nextgen (#63324)
ref pingcap/tidb#61702
2025-09-02 06:36:13 +00:00
91ae16cf03 planner: Add some comments about the ds.rowcount (#63302)
close pingcap/tidb#59595
2025-09-02 04:18:36 +00:00
72427c596e importinto: update stats using UpdateStatsMeta (#63269)
ref pingcap/tidb#61702
2025-09-02 03:29:19 +00:00
9695b09e84 ddl: export processModifyColumnOptions for broader utility (#63308)
close pingcap/tidb#63304
2025-09-01 17:31:04 +00:00
0c7ebbae67 config: limit keyspace name to at most 20 chars (#63300)
ref pingcap/tidb#61702
2025-09-01 16:15:34 +00:00