Commit Graph

51 Commits

Author SHA1 Message Date
482ce59bf6 expression: separate BuildContext and EvalContext (#52311)
close pingcap/tidb#52310
2024-04-03 09:42:24 +00:00
f7d66f4913 distsql: use a more accurate type of the context of distsql (#51618)
close pingcap/tidb#51617
2024-04-01 08:27:16 +00:00
c27100a8dc executor: Fix pushdown caused correlated subquery issue (#51918)
close pingcap/tidb#51874
2024-03-20 09:41:13 +00:00
1f58dd5d51 *: set right concurrency when to auto-analyze (#51748)
close pingcap/tidb#51749
2024-03-14 03:06:46 +00:00
ccbab5eeb7 *: Enable plan cache for partitioned tables (#49161)
close pingcap/tidb#33031, close pingcap/tidb#45532
2024-03-12 05:38:08 +00:00
87bcf32d67 expression: remove providing EnableVectorizedExpression in EvalContext (#51567)
close pingcap/tidb#51563
2024-03-07 07:09:36 +00:00
4f4f911b70 executor: add memory tracker for memtableRetriever (#51455)
close pingcap/tidb#51456
2024-03-05 11:11:13 +00:00
e90df0c19d executor,distsql: refactor the base executor in tableReader (#51397)
close pingcap/tidb#51396
2024-02-29 13:48:32 +00:00
6f02e99396 experssion: table: standalone implement for EvalContext and BuildContext (#51299)
close pingcap/tidb#51298
2024-02-27 07:26:21 +00:00
6af4bbaabb planner, executor: enhance the index join's choice (#51128)
close pingcap/tidb#47233
2024-02-26 10:30:37 +00:00
58e5284b3f planner,executor: fix join resolveIndex won't find its column from children schema & amend join's lused and rused logic for reversed column ref from join schema to its children (#51203)
close pingcap/tidb#42588
2024-02-23 02:52:58 +00:00
5b187e5e56 planner: standalone implement for PlanContext (#51237)
close pingcap/tidb#51236
2024-02-22 15:03:28 +00:00
3d1708f80c telemetry: remove the codes of Telemetry (#51202)
close pingcap/tidb#49939
2024-02-22 11:48:26 +00:00
464a12651b build(deps): bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.1 (#51089) 2024-02-18 06:57:01 +00:00
9a0b6b6d32 executor,bootstrap: add tidb_index_usage table and cluster_tidb_index_usage table (#50824)
close pingcap/tidb#50823
2024-02-04 12:55:13 +00:00
9bad2027d5 importinto: support import from stale read (#50852)
ref pingcap/tidb#49883
2024-02-01 11:15:24 +00:00
66401b5c06 executor: remove useless code for tidb_analyze_distsql_scan_concurrency (#50811)
close pingcap/tidb#50641
2024-01-30 08:39:24 +00:00
7087f702e1 executors: record the index usage in each executors (#50643)
close pingcap/tidb#50261
2024-01-30 03:51:22 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
6957170f11 executor: use analyze scan concurrency to control index analyze (#50639)
close pingcap/tidb#50641
2024-01-22 11:37:49 +00:00
542907f280 executor: check schema when build table reader executor (#50425)
ref pingcap/tidb#50358
2024-01-18 09:55:48 +00:00
edecaa6841 importinto: import from select parser/planner part (#49976)
ref pingcap/tidb#49883
2024-01-09 05:57:23 +00:00
9b0fd9ea29 *: renaming variables/structs to improve readability / decrease confusion (#49989)
close pingcap/tidb#49988
2024-01-06 02:58:51 +00:00
d11a559ae2 planner: remove useless binding code and add more test cases (#50098)
ref pingcap/tidb#48875
2024-01-05 02:47:03 +00:00
aeefec893d session, chunk: refactor re-used chunk allocator in executor (#49667)
close pingcap/tidb#49661
2023-12-27 06:31:57 +00:00
bca554aa82 planner: unite the variable name (#49759) 2023-12-26 07:28:58 +00:00
7f9559c10c executor: refactor executor pkg's warning and note generation (#49600)
close pingcap/tidb#49291
2023-12-21 10:42:23 +00:00
b27587e9b6 session: add resource group name in stmt context (#49422)
close pingcap/tidb#49318
2023-12-21 02:58:54 +00:00
b850d26e7f pkg/executor: refine the Executor interface (#49494)
close pingcap/tidb#49490
2023-12-19 09:54:23 +00:00
323b0f772b *: remove deprecated LOAD DATA actions (#49470)
ref pingcap/tidb#44078
2023-12-15 14:00:21 +00:00
f5323284b1 planner: support creating universal bindings (#49426)
ref pingcap/tidb#48875
2023-12-14 09:40:50 +00:00
3fb6b98d1d executor: fill correlated column value in late materialization filter conditions (#49244)
close pingcap/tidb#49241
2023-12-13 12:12:20 +00:00
161107a712 executor: add ru details in slow log and INFORMATION_SCHEMA.SLOW_QUERY (#49067)
close pingcap/tidb#42892, ref pingcap/tidb#49318
2023-12-13 07:30:19 +00:00
9f612e3762 pkg/executor: fix the hang issue in indexHashJoin (#49218)
close pingcap/tidb#49033
2023-12-13 06:36:20 +00:00
32cf9b95b2 *: add tidb_analyze_distsql_scan_concurrency (#48829)
close pingcap/tidb#48949
2023-12-05 09:50:49 +00:00
a92497bbdf parser, infoschema, executor: Add information_schema.keywords (#48807)
close pingcap/tidb#48801
2023-12-02 11:28:19 +00:00
5e652fd292 parser: Add 'SHOW BINARY LOG STATUS' (#48678)
close pingcap/tidb#48673
2023-11-20 09:05:41 +00:00
20e72af422 *: pass connection_id and connection_alias to tiflash (#48471)
close pingcap/tidb#48470
2023-11-20 05:40:11 +00:00
95759f44bd *: further adaptation to PD HTTP client (#48606)
ref pingcap/tidb#35319
2023-11-20 04:20:42 +00:00
1b58a8d63d executor: Move sort tests to sortexec package (#48636)
ref pingcap/tidb#47733
2023-11-17 03:05:18 +00:00
bee28760d8 parser/executor: admin show/set bdr role (#48504)
ref pingcap/tidb#48519
2023-11-16 12:44:16 +00:00
1dd78de6ec executor,infoschema: add I_S table: TIDB_CHECK_CONSTRAINTS (#48313)
close pingcap/tidb#47565
2023-11-16 09:32:17 +00:00
6e8df186f5 executor: fix goroutine leak for EvalSubqueryFirstRow (#48133)
close pingcap/tidb#48007
2023-11-13 02:27:43 +00:00
633d2231a8 executor: put sort files into one folder (#48351)
ref pingcap/tidb#47733
2023-11-07 11:53:26 +00:00
0d9a4ce8b8 *: update linter (#48252)
ref pingcap/tidb#40786
2023-11-06 07:18:41 +00:00
4f00ece106 executor: fix hang for analyze table when exceed tidb_mem_quota_analyze (#48264)
close pingcap/tidb#48171
2023-11-03 15:47:09 +00:00
5a22d566a8 executor: reuse goroutine in the analyze (#47637)
ref pingcap/tidb#47275
2023-11-03 05:51:38 +00:00
3894bc5232 admin: fix admin recover index with CommonHandle table in TiKV env (#48048)
close pingcap/tidb#47687
2023-10-31 06:12:36 +00:00
b0c01fa9a4 executor: fix an issue that index_lookup_hash_join incorrectly estimate memory usage. (#47795)
close pingcap/tidb#47788
2023-10-23 07:29:02 +00:00
895b4e0f12 *: replace mathutil.Max/Min with built-in max/min (#47700)
ref pingcap/tidb#45933
2023-10-17 07:22:59 +00:00