Commit Graph

6056 Commits

Author SHA1 Message Date
c98f398080 executor, tests: move some test cases from aggregate_test.go to integrationtest (#47234)
ref pingcap/tidb#47076
2023-09-27 05:22:47 +00:00
3802398734 executor, tests: move more test cases from executor_test.go to integrationtest (#47296)
ref pingcap/tidb#47076
2023-09-27 02:54:16 +00:00
db090ae99e planner: move stats_hist and stats_json code into a separate package (#47294)
ref pingcap/tidb#46905
2023-09-26 11:39:16 +00:00
2dc75ccfc5 analyze: add more test for global stats (#47229)
ref pingcap/tidb#47219
2023-09-26 07:16:46 +00:00
62a048c92c executor: reuse fm sketch when to analyze (#47268)
close pingcap/tidb#47071
2023-09-26 03:07:53 +00:00
7052ceed37 executor, tests: move some test cases from show_test.go and prepared_test.go to integrationtest (#47245)
ref pingcap/tidb#47076
2023-09-26 02:24:27 +00:00
ee719a4da6 *: add resource group name for cancel/establish req for tiflash (#47261)
* *: add resource group name for cancel/establish req for tiflash
---------

Signed-off-by: guo-shaoge <shaoge1994@163.com>
2023-09-26 09:44:53 +08:00
29ba91206d ddl: optimize adding multiple indexes (#47135)
close pingcap/tidb#41602
2023-09-25 14:28:46 +00:00
3a1112b67c planner: support sync loading for mv index stats (#47146)
ref pingcap/tidb#46539
2023-09-25 10:03:18 +00:00
ae42b5a6c5 executor, tests: move IT in executor/test/issuetest to tests/integrationtest (#47077)
ref pingcap/tidb#47076
2023-09-25 07:21:16 +00:00
231fb159f2 disttask: Add history table for global task (#47179)
ref pingcap/tidb#46258, close pingcap/tidb#47180
2023-09-25 03:33:16 +00:00
9d29580526 importinto: check access of cloud storage uri (#47206)
ref pingcap/tidb#46704
2023-09-22 15:00:14 +00:00
4e82952798 importinto: use one writer for each kv group for all concurrent encoder (#47185)
ref pingcap/tidb#46704
2023-09-22 10:55:44 +00:00
db4ebd7d5c statistics: remove useless partition stats cache (#47201)
ref pingcap/tidb#46905
2023-09-22 09:45:29 +00:00
7a116f3e21 executor: calibrate resource support tpch10 (#47095)
close pingcap/tidb#47094
2023-09-22 09:45:14 +00:00
47bc0193be planner: move auto_analyze code into a separate package (#47194)
ref pingcap/tidb#46905
2023-09-22 09:06:22 +00:00
58a6f8f18f external storage: extend some methods to (almost) all implementation (#47170)
ref pingcap/tidb#45719
2023-09-22 09:06:15 +00:00
3c8fe0f009 executor: stable the show stats_locked output (#47182)
ref pingcap/tidb#46351
2023-09-22 07:57:13 +00:00
2472154f70 *: disable autocompact of pebble (#47147)
close pingcap/tidb#47145
2023-09-22 07:10:45 +00:00
0ab09e20ab executor, tests: move some test cases from join_test.go to integrationtest (#47140)
ref pingcap/tidb#47076
2023-09-22 05:11:20 +00:00
79d4e629e4 *: deprecate sysvar tidb_enable_tiflash_pipeline_model (#47137)
close pingcap/tidb#47138
2023-09-22 05:11:13 +00:00
85f3b6e7dd planner: EXPLAIN will make SET_VAR not SQL level (#46959)
close pingcap/tidb#46888, close pingcap/tidb#46958
2023-09-22 05:10:52 +00:00
e838e5e79c planner: Turn on the switch of pushdown for range type frame in window function (#46329)
close pingcap/tidb#46328
2023-09-22 04:25:51 +00:00
2680a9a8ea executor, tests: move some test cases from executor_test.go to integrationtest (#47128)
ref pingcap/tidb#47076
2023-09-21 02:37:44 +00:00
3f3b07eb26 *: add resource group name when dispatch req to tiflash (#47096)
close pingcap/tidb#47093
2023-09-20 07:21:14 +00:00
6271d1c80b executor: Escape object in show grants output (#46976)
close pingcap/tidb#46975
2023-09-20 02:34:42 +00:00
4edb78eb94 partition: make ExchangePartition follow check constraints during writeOnly state(Part2) (#46030)
ref pingcap/tidb#45922
2023-09-20 01:52:43 +00:00
e324e08d1b distsql,executor,expression: add code OWNERS files (#47091)
ref pingcap/tidb#47088
2023-09-19 23:49:42 +00:00
bb49dc1702 statstics: reuse fmsketch (#47070)
close pingcap/tidb#47071
2023-09-19 15:48:14 +00:00
b3ec110e18 executor: fix the error that is raised when executing the window function with range type frame (#46927)
close pingcap/tidb#46298
2023-09-19 13:55:43 +00:00
8f0b9d5d46 planner: remove StatsHandler.mu (#47082)
ref pingcap/tidb#46905
2023-09-19 13:10:42 +00:00
4450ae4513 importinto: integrate global sort(without merge-sort) part 1 (#46998)
ref pingcap/tidb#46704
2023-09-19 11:10:42 +00:00
4bd39b5fd7 statistics: add comments and change isIndex to bool (#47062) 2023-09-19 09:07:42 +00:00
789de8dff6 statistics: add better API and better logs for lock stats (#47024)
ref pingcap/tidb#46351
2023-09-19 07:12:12 +00:00
135898491e executor, statistics: add logs in failpoint to debug flaky test (#47013)
ref pingcap/tidb#46992
2023-09-15 17:01:40 +00:00
8b15111454 planner: support lock/unlock stats of partition tables (#46768)
ref pingcap/tidb#46351
2023-09-15 12:55:40 +00:00
95a35f6721 executor: add some comments and fix typos (#47005) 2023-09-15 08:25:39 +00:00
4c1f28b385 tests: Use tk.MustHavePlan and tk.MustNotHavePlan instead of tk.HasPlan (#46947)
close pingcap/tidb#46945
2023-09-15 05:16:39 +00:00
b75e8f08cc executor: add some comments and fix typos (#46987) 2023-09-14 17:15:10 +00:00
ae3f595538 disttask: refactor task step and batch subtask dispatching (#46957)
ref pingcap/tidb#46258
2023-09-14 16:04:39 +00:00
e890aede71 handle: add global status handler (#46974)
ref pingcap/tidb#46905
2023-09-14 15:18:09 +00:00
42723fa9e3 *: rename variable tidb_kv_read_timeout to tikv_client_read_timeout and remove tidb_kv_read_timeout stmt hint (#46714)
close pingcap/tidb#46713
2023-09-14 14:33:10 +00:00
1159bc8d88 *: add SESSION_ALIAS column in processlist table and expensive query log (#46890)
close pingcap/tidb#46889
2023-09-13 15:22:51 +00:00
fd7ff09ff9 *: support collect and async load stats for mv index (#46731)
ref pingcap/tidb#46539
2023-09-13 15:22:39 +00:00
2c4e8dc9bb *: unite stats cache's GET (#46939)
ref pingcap/tidb#46905
2023-09-13 11:15:09 +00:00
3ad4f74354 planner: add limit control for intersection case of index merge reader (#46862)
close pingcap/tidb#46863
2023-09-13 08:28:50 +00:00
c7f5781d21 planner: remove useless todo comment and fix some typos for index merge (#46934) 2023-09-13 07:12:16 +00:00
f1067a1b76 executor: speed up TestOrderByWithLimit (#46929)
close pingcap/tidb#46841
2023-09-13 02:48:09 +00:00
a8bd506507 planner: remove outer join on unique keys when there is no column referenced (#46249)
close pingcap/tidb#46248
2023-09-12 23:18:08 +00:00
ddaaaa1f29 *: add bench for analyze (#46898)
close pingcap/tidb#46914
2023-09-12 11:19:41 +00:00