Commit Graph

5722 Commits

Author SHA1 Message Date
e2277cf7dd load data: time and log for different phase, use err group in chunk_process (#43245)
ref pingcap/tidb#42930
2023-04-26 07:29:52 +00:00
2ca58a4be1 planner, executor: remove pid param for sortedSelectResults (#43315)
close pingcap/tidb#43241
2023-04-26 06:25:52 +00:00
78e614f0e6 loaddata: make some test use 1 thread explicitly (#43394)
ref pingcap/tidb#42930
2023-04-26 02:29:51 +00:00
a02a751b82 resource_control: make metrics time point match in dynamic calibrate (#43248)
ref pingcap/tidb#43212
2023-04-25 12:11:56 +00:00
451bda4da7 oomtest: fix data race in the oomtest (#43398)
close pingcap/tidb#43396
2023-04-25 09:18:03 +00:00
355958af52 *: fix warning message when to meet strconv.ErrRange (#43391)
close pingcap/tidb#40582
2023-04-25 09:17:52 +00:00
f224d95093 lightning: reuse worker-concurr and remove range-concurr in local backend (#43348)
ref pingcap/tidb#42930
2023-04-25 07:13:52 +00:00
4f2ef40a0f *: fix warning message when to meet strconv.ErrSyntax (#43358)
close pingcap/tidb#41730
2023-04-24 12:16:01 +00:00
1c49453136 disttask: enable load data for distribute framework (#43107)
close pingcap/tidb#43106
2023-04-24 11:04:46 +00:00
98250894b5 fix: fix global index scan, index join, and dml in drop partition (#41992) 2023-04-23 03:06:44 +00:00
915108ba7e load data: test for generated columns in column list for physical mode (#43239)
ref pingcap/tidb#42930
2023-04-21 16:41:21 +08:00
f8445e74ba *: fix unstable test TestIndexMergeReaderClose (#43273)
close pingcap/tidb#43272
2023-04-21 13:37:20 +08:00
658e7b8914 planner, executor: indexMerge support partition table with limit embedded (#43173)
ref pingcap/tidb#41028, close pingcap/tidb#43158, close pingcap/tidb#43160
2023-04-20 21:43:20 +08:00
dc3f1e36ea planner: recalculate as-of ts of staleread when plan is cached (#43204)
close pingcap/tidb#43044
2023-04-20 20:57:20 +08:00
a7d636e2bb execdetails: unify WRU/RRU to RU (#43188)
close pingcap/tidb#43187
2023-04-20 12:27:27 +08:00
66c36ededb *: support load data for table with generated columns (#43108)
close pingcap/tidb#39885
2023-04-20 12:27:19 +08:00
426671e91a planner, sessionctx: enable late materialization in disaggregated TiFlash (#43068)
close pingcap/tidb#40601
2023-04-20 10:21:19 +08:00
1bbc6924fd *: add more stats related diagnostic information to execution plan and slow log (#43114)
close pingcap/tidb#43122
2023-04-20 07:13:19 +08:00
0423a09188 planner, statistics: add more debug trace (#43200)
ref pingcap/tidb#43069
2023-04-20 06:11:20 +08:00
875e34d28a executor: fix uint type overflow on generated column not compatible with mysql (#40157)
close pingcap/tidb#40066
2023-04-20 00:11:19 +08:00
bcd2233901 *: format the error message when query/instance exceeds memory quota (#43182)
close pingcap/tidb#42044
2023-04-19 23:13:32 +08:00
268901f308 resource_control: support dynamic calibrate resource (#43098)
ref pingcap/tidb#38825
2023-04-19 22:31:20 +08:00
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