Commit Graph

1365 Commits

Author SHA1 Message Date
5ee17f4a1d *: support for partition table and common handle for index lookup push down (#64839)
ref pingcap/tidb#62575, close pingcap/tidb#64594, close pingcap/tidb#64595
2025-12-04 09:07:23 +00:00
8bc3ee4d16 executor: loading plan replayer skip bindings for non-existent databases (#64819)
close pingcap/tidb#64816
2025-12-03 14:39:59 +00:00
75b04e23a5 executor: fix plan replayer cannot load bindings (#64802)
close pingcap/tidb#64811
2025-12-02 10:01:23 +00:00
e691904f3c br: fix the bug that query can not be split (#64494)
close pingcap/tidb#64492
2025-12-01 06:31:25 +00:00
ab82dc4fcf executor: record the wrong sql when to load bindings with plan replayer (#64738)
close pingcap/tidb#64737
2025-11-28 09:17:56 +00:00
b7298f5dfb *: support indexlookup pushdown for next-gen (#64665)
close pingcap/tidb#64664
2025-11-28 02:47:32 +00:00
f2b702e07c executor: call Close after the exist of all workers in ShuffleExec (#64660)
close pingcap/tidb#52984
2025-11-27 11:56:26 +00:00
b302859f2c plugin: add retry information in the plugin completed event. (#64692)
close pingcap/tidb#64691
2025-11-27 07:17:29 +00:00
cf9095a536 autoid: fix missing id rebase after rename table between database (#64680)
close pingcap/tidb#64561
2025-11-26 11:10:50 +00:00
99a94f5b09 importinto: fix panic when field is missing for generated column (#64659)
close pingcap/tidb#64657
2025-11-25 08:49:56 +00:00
3082092531 planner, session: resolve uppercase/lowercase mismatch for database names in metrics (#64529)
close pingcap/tidb#64560
2025-11-24 06:45:20 +00:00
6eeb23e317 add-index/import-into: meter row and kv size data and disable some options for import-into in nextgen (#64584)
ref pingcap/tidb#61702
2025-11-20 16:29:44 +00:00
a51c19c1ff planner, gcworker, executor: remove unused code (#64496)
close pingcap/tidb#61967
2025-11-19 10:57:44 +00:00
5bead56da0 *: Add metrics for index lookup push-down (#64487)
close pingcap/tidb#64485
2025-11-18 02:03:38 +00:00
af24a62da2 infoschema, server: add per connection TLS status (#62563)
close pingcap/tidb#64223
2025-11-14 13:32:11 +00:00
9e38acfdbf dxf: make api request metering more accurate by intercepting request call (#64402)
ref pingcap/tidb#61702
2025-11-12 14:00:53 +00:00
82e2c6fd60 ddl/dxf: modify merge sort param at runtime for add-index with global sort (#62084)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
2025-11-12 10:17:59 +00:00
8c2781681a ddl,tables: only write the index when it meets partial index condition (#62762)
close pingcap/tidb#62761
2025-11-12 04:37:38 +00:00
57948d90e8 statistics: refresh stats concurrently (#64034)
close pingcap/tidb#61273
2025-11-10 11:36:44 +00:00
9c74c61a56 planner: fix wrongly identify the changes in the expression and skip the plan cache (#64265)
close pingcap/tidb#64263
2025-11-10 03:15:50 +00:00
61bbb073d2 traceevent,*: refine flight recorder (#64199)
close pingcap/tidb#60413, ref pingcap/tidb#64008
2025-11-07 13:18:50 +00:00
a44047566d executor: fix data race in TestInstancePlanCacheConcurrencyComp test (#64291)
close pingcap/tidb#64290
2025-11-07 01:01:08 +00:00
779e298772 importinto/lightning: change library for parquet import (#63979)
ref pingcap/tidb#62906
2025-11-06 04:35:26 +00:00
669341d8fb disttask: fix wrong value displayed in SHOW IMPORT GROUP (#64090)
ref pingcap/tidb#61088
2025-11-05 08:42:56 +00:00
tpp
f4e5c1669b planner: Flaky test 48756 (#64279)
ref pingcap/tidb#63501
2025-11-05 07:32:59 +00:00
e407943c07 *: Collect client network info for topsql to pick topN sql with highest network traffic (#63796)
close pingcap/tidb#62920
2025-11-05 06:51:50 +00:00
e2d602a229 *: add tidb_slow_log_max_per_sec variable to control the number of slow logs written per second (#63996)
close pingcap/tidb#63995
2025-11-04 12:50:50 +00:00
4a5681f460 executor: reserve memory for rawData in hash join (#63744)
ref pingcap/tidb#62854
2025-11-04 08:46:02 +00:00
749c973e5a metrics: add manual analyze ops and duration metrics (#63935)
ref pingcap/tidb#63934
2025-11-04 01:11:44 +00:00
bdd2b6f284 dxf/ddl: always enable DXF and fast reorg in nextgen (#64179)
ref pingcap/tidb#61702
2025-10-30 17:24:13 +00:00
800cf83e02 memory: global mem resources arbitrator (#63073)
close pingcap/tidb#58194
2025-10-30 13:13:49 +00:00
9c63ff95d9 ddl: show the failed analyze-status in admin show (#64167)
ref pingcap/tidb#63326
2025-10-30 02:16:37 +00:00
eaf12833ea importinto: fix some check and external-id not set after SEM v2 introduced (#64170)
ref pingcap/tidb#61702
2025-10-30 00:48:58 +00:00
85e6857638 traceevent: fix point-get short path and prev_trace_id tracking (#64147)
ref pingcap/tidb#64008
2025-10-29 07:29:01 +00:00
6dc2c5b63f ddl: add timeout mechanism for add index analyze (#64096)
ref pingcap/tidb#63326
2025-10-28 16:07:41 +00:00
3645a38dfa *: introduce the traceevent package (#64051)
ref pingcap/tidb#64008
2025-10-27 15:10:04 +00:00
9dc8189afa dxf: add metrics for alert purpose in nextgen (#64100)
ref pingcap/tidb#61702
2025-10-27 07:27:31 +00:00
1a9221eacb *: add a variable for dynamic slow log trigger rules with global (supporting ConnID-specific) and session scope (#63779)
close pingcap/tidb#63778
2025-10-23 06:21:16 +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
2c25d74540 executor: add more tests for refresh stats command (#63878)
close pingcap/tidb#61273
2025-10-22 15:25:19 +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
add584aa07 executor: fixed unstable test TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder (#64083)
close pingcap/tidb#63705
2025-10-21 22:56:49 +00:00
e22494d43d variable: mark tidb_index_serial_scan_concurrency as deprecated (#64023)
close pingcap/tidb#63931
2025-10-21 17:54:46 +00:00
394e0bcc21 executor: incremental probing for IndexHashJoin (#63723)
close pingcap/tidb#63303
2025-10-21 13:35:04 +00:00
db1403ed6f planner: remove IsReadOnly function pointer (#64047)
ref pingcap/tidb#52714
2025-10-21 06:16:19 +00:00
c7212e00d5 executor: fix goroutine leak when reading cache table with tiflash storage is designated (#64004)
close pingcap/tidb#63329
2025-10-20 02:07:34 +00:00
xhe
31338c0d67 variable: tweak set instance for all instance variables (#63615)
close pingcap/tidb#63614
2025-10-17 06:10:13 +00:00
3dd656d7da importer: parallel init data source files (#63621)
close pingcap/tidb#62633
2025-10-15 10:18:47 +00:00
4e3507a43c executor: force pushdown aggregate to TiKV inside admin check table (#63665)
close pingcap/tidb#63492
2025-10-11 15:41:45 +00:00
13377dcc90 ddl: show analyzing status in admin show jobs (#63902)
ref pingcap/tidb#63326
2025-10-11 09:05:33 +00:00