Commit Graph

907 Commits

Author SHA1 Message Date
c8ba4e3ace *: avoid some unnecessary call of ensureActiveUser() (#57388)
ref pingcap/tidb#55563
2024-12-17 03:33:42 +00:00
57a73ea05e planner: output create-index statements for recommend index run (#58293)
ref pingcap/tidb#12303
2024-12-16 16:43:51 +00:00
df0c5d1f0c executor: Fix the parse problematic slow log panic issue due to empty value string (#58258)
close pingcap/tidb#58147
2024-12-16 03:15:00 +00:00
27b53925b2 *: use DDL subscriber updating stats meta (#57872)
close pingcap/tidb#57871
2024-12-13 10:44:06 +00:00
033b1758a9 executor: support anti semi join (#57971)
close pingcap/tidb#56793
2024-12-13 09:21:00 +00:00
6118096e7a expression: prevent building plan for execute statement with wrong type (#58069)
close pingcap/tidb#58053
2024-12-13 04:39:33 +00:00
2610521ee3 executor: run idxlookup workers in a pool (#58033)
ref pingcap/tidb#56649
2024-12-13 01:49:03 +00:00
3ccd7e6ae6 executor: skip execution when build query for VIEW in I_S (#58203)
close pingcap/tidb#58184
2024-12-12 10:26:54 +00:00
96103dac99 tests: disable later materialize in some tiflash tests (#58189)
close pingcap/tidb#58188
2024-12-12 05:58:03 +00:00
a3d60bcfc6 executor: Optimize statement summary performance by avoiding heap memory allocation (#58023)
ref pingcap/tidb#56649
2024-12-11 17:00:12 +00:00
68ac9ec722 ddl: rename failpoint to better reflect what it does (#58115)
ref pingcap/tidb#54436
2024-12-10 07:24:00 +00:00
0f869f4328 executor: allocate handles on demand when build table tasks (#57940)
ref pingcap/tidb#56649
2024-12-10 06:28:21 +00:00
tpp
cdfdb8a90e planner: Use/force to apply prefer range scan (#56928)
close pingcap/tidb#55632
2024-12-09 10:16:00 +00:00
53cecc1e2d executor, planner: send traffic requests to tiproxy (#58006)
close pingcap/tidb#58005
2024-12-09 04:34:15 +00:00
56c07d07a7 executor: optimize executor runtime stats by avoid unnecessary clone (#54004)
ref pingcap/tidb#56649
2024-12-08 08:50:12 +00:00
8c888234ff stmtsummary: implement tidb_statements_stats, a cumulative version of statements_summary (#57155)
ref pingcap/tidb#57147
2024-12-06 06:33:38 +00:00
f0070f54ab executor: reuse chunk in hash join v2 during restoring (#56936)
close pingcap/tidb#56828
2024-12-05 13:00:47 +00:00
a4278e0099 keyspace: support API V2 mock store (#57865)
ref pingcap/tidb#57969
2024-12-05 03:56:35 +00:00
da965d144c statistics: move JSON* to statistics/util (#57950)
ref pingcap/tidb#57949
2024-12-04 18:30:23 +00:00
c5d9908863 executor: fix flaky test TestUnionIssue (#57972)
close pingcap/tidb#57970
2024-12-04 09:59:36 +00:00
a0a7cef9bd executor: Enlarge the timeout for fetching TiFlash system tables (#57967)
close pingcap/tidb#57816
2024-12-04 09:17:44 +00:00
8eebb2da00 executor: support semi join (#57658)
ref pingcap/tidb#56793
2024-12-04 07:00:56 +00:00
9812d85d0d *: activate txn for query on infoschema tables (#57937)
close pingcap/tidb#57874
2024-12-03 17:01:26 +00:00
edba7e9ccb planner: Add left side operator info for hash join execution summary (#57814)
ref pingcap/tidb#56233, close pingcap/tidb#57819
2024-12-03 09:11:47 +00:00
e0019df932 sessionctx: fix null max value to leading wrong warning (#57898)
close pingcap/tidb#57889
2024-12-03 08:19:55 +00:00
f585f5d1d4 statistics: avoid stats meta full load after table analysis (#57756)
close pingcap/tidb#57631
2024-12-03 05:55:20 +00:00
6aac3e82d7 *: add context.Context to ensureActiveUser() (#57351)
ref pingcap/tidb#55563
2024-12-02 12:54:11 +00:00
ec288d95a3 *: avoid notify privilege update for all users (#57042)
ref pingcap/tidb#55563
2024-11-29 13:16:54 +00:00
b9eeab4acc test: stabilize TestGetTargetNodeCpuCnt (#57823)
close pingcap/tidb#57822
2024-11-29 07:18:32 +00:00
ce5ec3fa62 *: support cancel query like 'select * from information_schema.tables' (#57766)
close pingcap/tidb#57749
2024-11-28 11:33:59 +00:00
37a1f42e7d executor,distsql,util: distinguish walltime from sum of walltime in execution info (#57507)
close pingcap/tidb#56746
2024-11-28 08:27:35 +00:00
fb7e32faf4 planner: provide a system view cluster_tidb_plan_cache to allow users to see the cluster's Plan Cache Info (#57781)
ref pingcap/tidb#54057
2024-11-28 07:25:35 +00:00
924784aa3e ttl: make the default value of ttl_job_interval to 24h (#57758)
close pingcap/tidb#57757
2024-11-28 02:33:14 +00:00
b2e829c2e3 planner: hide read-write fields of PlanCacheValue for safety (#57759)
ref pingcap/tidb#54057
2024-11-27 12:15:50 +00:00
09d12f0451 executor: fix query infoschema.tables table_schema/table_name with filter condition (#57746)
close pingcap/tidb#57657
2024-11-27 11:32:44 +00:00
0374ae26b9 planner: provide a system view information_schema.tidb_plan_cache to allow users to see info in the cache (#57699)
ref pingcap/tidb#54057
2024-11-27 03:16:47 +00:00
e4f47d3542 executor: fix hang in hash agg when exceeding memory limit leads to panic (#57641)
close pingcap/tidb#57546
2024-11-26 02:51:09 +00:00
ec8b81b98e ddl: dynamically adjusting the max write speed of reorganization job (#57611)
ref pingcap/tidb#57526
2024-11-25 14:13:35 +00:00
2152e65c08 meta/autoid: show auto_inc allocator only when cache = 1 (#55616)
close pingcap/tidb#55615
2024-11-25 09:58:29 +00:00
1015cc0438 executor, session: store utf8 string in sessionctx (#57645)
close pingcap/tidb#57646
2024-11-25 04:44:56 +00:00
eda6cc31e9 expression: remove redundant warnings when executing SUBTIME (#57508) 2024-11-25 03:11:44 +00:00
2f8d1f6f68 ddl: dynamically adjusting the concurrency and batch size of reorganization job (#57468)
ref pingcap/tidb#57229
2024-11-21 12:35:02 +00:00
9ef5b59f6d runaway: only check statements with a non-empty plan digest (#57582)
close pingcap/tidb#56897
2024-11-21 10:45:32 +00:00
8d8cfbbb02 executor: Fix unstable test TestTiKVClientReadTimeout (#57579)
close pingcap/tidb#57348
2024-11-21 10:45:25 +00:00
5e6b8183c7 ddl: add COMMENTS column to DDL jobs and enhance job reorg meta handling (#57392)
ref pingcap/tidb#57229
2024-11-21 09:46:20 +00:00
7e5ff9e56b executor: fix admin check return wrong result for index containing generated columns (#57152)
close pingcap/tidb#57153
2024-11-21 08:50:05 +00:00
c068b397c0 executor, store: Plumb the query max execution time to timebox the PD GetRegion grpc calls (#56923)
ref pingcap/tidb#56753
2024-11-20 20:42:35 +00:00
865b28383c *: Truncate partition with global index improvement (#55831)
close pingcap/tidb#55819
2024-11-20 14:49:08 +00:00
4442d49213 executor: fix nil pointer for query on tikv_region_status with non-exist table id (#57534)
close pingcap/tidb#57530
2024-11-20 13:41:38 +00:00
e234164d7c *: bump client-go with some regression tests (#57282)
ref pingcap/tidb#55287, close pingcap/tidb#56837, ref pingcap/tidb#57338, close pingcap/tidb#57425
2024-11-20 12:32:23 +00:00