Commit Graph

5700 Commits

Author SHA1 Message Date
2aa72b7db6 load data: physical mode part 4 (#43162)
ref pingcap/tidb#42930
2023-04-19 19:01:20 +08:00
fc5392edf7 resource_control: load resource unit config from local pd client (#43097)
ref pingcap/tidb#38825
2023-04-19 18:39:20 +08:00
d33b9ae173 load data: check table empty or not for physical mode (#43157)
ref pingcap/tidb#42930
2023-04-19 13:21:19 +08:00
0c3b88c0ce lightning: fix generating region job is serialized (#43123)
close pingcap/tidb#42456
2023-04-19 11:43:19 +08:00
6d6c6072d9 planner: introduce a new variable tidb_session_plan_cache_size (#43140)
ref pingcap/tidb#36598
2023-04-18 19:13:20 +08:00
3c1675d264 oomtest: fix data race at the oomCapture (#43121)
close pingcap/tidb#43119
2023-04-18 11:35:18 +08:00
b1e6fe72f3 planner: non-prep and prep statements use the same unified plan cache (#43094)
ref pingcap/tidb#36598
2023-04-17 22:51:26 +08:00
8e7ebb330f planner: add more test cases for non-prep plan cache (#43083)
ref pingcap/tidb#36598
2023-04-17 21:41:18 +08:00
5322b51bd8 *: add debug trace to plan replayer (#43048) 2023-04-17 19:55:26 +08:00
c7f5868df0 load data: physical mode part 3 (#43020)
ref pingcap/tidb#42930
2023-04-17 15:35:19 +08:00
Hu#
15ce8090e8 resource_control: calibrate resource support sysbench (#42695)
ref pingcap/tidb#38825
2023-04-14 18:32:47 +08:00
2062b6865f disttask: add load data scheduler and subtask executor (#42881)
close pingcap/tidb#42880
2023-04-14 17:22:47 +08:00
2d0564c8ff executor, planner: support indexMerge limit embeded with non partition table (#42811)
ref pingcap/tidb#41028
2023-04-14 15:29:01 +08:00
a5970efea4 *: enable more race and deadlock (#43047) 2023-04-14 12:05:01 +08:00
a55a1f1b37 sql: support SHOW BACKUP METADATA FROM <storage:str> (#42914)
close pingcap/tidb#42913
2023-04-13 22:21:01 +08:00
5f6de26906 *: prefetch BatchPointGet for partition tables in multi-statement (#42506)
ref pingcap/tidb#41367
2023-04-13 20:35:01 +08:00
4f9afd424a executor: fix runtime stats for indexMerge (#43032)
close pingcap/tidb#43024
2023-04-13 19:33:03 +08:00
2002ca106e load data: physical mode part2 (#42883)
ref pingcap/tidb#40499
2023-04-13 14:09:01 +08:00
0548d61b4d oomtest: add message filer for oom test to avoid flaky test (#42628)
close pingcap/tidb#42629
2023-04-12 17:59:02 +08:00
664c8de025 executor: fix incorrect NULL values of newly added columns in cache table (#42929)
close pingcap/tidb#42928
2023-04-12 16:09:01 +08:00
69ec657a2c admintest: move admin test into new package (#42966) 2023-04-12 15:49:03 +08:00
b7330bdc15 *: fix bug that table name in 'admin show ddl jobs' is missing for ongoing drop table operation (#42904)
close pingcap/tidb#42268
2023-04-11 23:15:01 +08:00
86f215d8f5 planner: plan cache can be aware of statistics changes (#42921)
ref pingcap/tidb#36598
2023-04-11 19:35:00 +08:00
d7b7070070 sessionctx, planner: enable late materialization default (#42814)
close pingcap/tidb#40601
2023-04-11 13:31:00 +08:00
d250a3fc16 lightning: refactor to reuse in load data part 5 (#42856)
ref pingcap/tidb#40499
2023-04-11 12:11:01 +08:00
c233969b2c executor: display Cardinality info from stats for SHOW INDEX (#42441)
close pingcap/tidb#42227
2023-04-11 00:19:00 +08:00
d0e59d780a executor: return TiFlash system table by grpc rather than http (#42720)
close pingcap/tidb#42857
2023-04-10 18:01:00 +08:00
2bf6eead13 *: LOAD DATA support compressed source file (#42813)
ref pingcap/tidb#40499
2023-04-10 16:33:00 +08:00
03b8605d9a planner: non-prep plan cache to support limit clauses (#42879)
ref pingcap/tidb#36598
2023-04-10 13:44:59 +08:00
526f59dd1d executor: fix wrong peer count and improper handling of partitioned table in TABLE_STORAGE_STATS table (#42612)
close pingcap/tidb#42611, close pingcap/tidb#42619
2023-04-07 17:54:59 +08:00
2af85d1fe9 load data: physical mode part1 (#42817)
ref pingcap/tidb#40499
2023-04-07 15:12:58 +08:00
d6a5054b72 *: global memory controller should not kill session whose mem less than limit_sess_min_size (#42803) 2023-04-07 13:02:58 +08:00
566c3f6f8e planner: refactor PreparedParams for non-prep plan cache (#42844)
ref pingcap/tidb#36598
2023-04-06 21:32:58 +08:00
915b39b884 ddl: DDL job add charset and collate when create the index (#42750)
close pingcap/tidb#42748
2023-04-06 17:44:57 +08:00
e942ab6148 kazel: support auto-config shard_count (#42751)
close pingcap/tidb#42827
2023-04-06 15:46:58 +08:00
2e1522b6a1 planner, executor: support mergeSort for partition tables in IndexLookUp (#42483)
ref pingcap/tidb#26166
2023-04-04 17:06:57 +08:00
dc32451b91 executor: fix flaky LOAD DATA test by adding a channel to synchronize (#42741)
close pingcap/tidb#42722
2023-04-04 09:42:56 +08:00
f907e5aa5f statistics: rename Table.Count to Table.RealtimeCount (#42764)
ref pingcap/tidb#42160
2023-04-04 05:38:57 +08:00
8f3328f6a3 bazel: move TestAdminCheckTable into unstable_test (#42771) 2023-04-03 18:08:57 +08:00
71fa84089e loaddata, lightning: support ascii, latin1, utf8 charset of source file (#42699)
ref pingcap/tidb#40499
2023-04-03 11:12:56 +08:00
e6cf1ab854 executor: lock untouched unique keys on update (#42713)
close pingcap/tidb#36438
2023-03-31 21:46:55 +08:00
31a3b2c0ce loaddata: support concurrent writing to TiKV (#42667)
ref pingcap/tidb#40499
2023-03-31 16:34:55 +08:00
4e30a64a66 lightning: refactor to reuse in load data, part 3 (#42689)
ref pingcap/tidb#40499
2023-03-31 14:48:55 +08:00
2dc5b02b08 planner: add more test cases for non-prep plan cache (#42711)
ref pingcap/tidb#36598
2023-03-30 17:12:55 +08:00
22ff00237d *: LOAD DATA support GBK character set (#42644)
ref pingcap/tidb#40499
2023-03-29 19:38:54 +08:00
a1407b29fa loaddata: split functionalities to prepare concurrent load (#42565)
ref pingcap/tidb#40499
2023-03-28 23:20:55 +08:00
976148d868 lightning: refactor for reuse part2 (#42626)
ref pingcap/tidb#40499
2023-03-28 21:26:54 +08:00
7442a66e4b planner: fix incompatibility issues between plan-cache and expr-blacklist (#42606)
ref pingcap/tidb#36598
2023-03-27 22:00:54 +08:00
36f82bde70 loaddata: fix result_code is 0 when task is not finished (#42594)
close pingcap/tidb#42593
2023-03-27 19:32:44 +08:00
b67c0321c0 infoschema: make the resource group display more intuitive (#42596)
close pingcap/tidb#42595
2023-03-27 18:02:44 +08:00