Commit Graph

46 Commits

Author SHA1 Message Date
6dea081b04 planner: move more methods from StatsHandle to its sub-packages (#47760)
ref pingcap/tidb#46905
2023-10-19 08:15:37 +00:00
987663fff7 types: use flags in types package to handle clip zero case (#47543)
close pingcap/tidb#47518
2023-10-19 08:15:30 +00:00
d74298c132 statstics: correctly handle error when merging global stats (#47770)
close pingcap/tidb#47771
2023-10-19 06:51:31 +00:00
90bd2dde4d stmtctx, *: change TypeCtx field to a private field (#47742)
close pingcap/tidb#47698, close pingcap/tidb#47752
2023-10-19 05:22:59 +00:00
6166594a41 executor, tests: move test cases from executor to integrationtest (#47746)
ref pingcap/tidb#47076
2023-10-19 03:10:58 +00:00
ab32fc7551 statistics: smaller task channel when to merge global stats (#47761)
close pingcap/tidb#47762
2023-10-18 15:39:28 +00:00
ac1f0d92a6 planner: move more methods from StatsHandle to its sub-packages (#47749)
ref pingcap/tidb#46905
2023-10-18 14:39:28 +00:00
16c0b61162 executor, infoschema: add tiproxy into table cluster_info (#44828)
ref pingcap/tidb#44827
2023-10-18 13:03:30 +00:00
4cd4d5f703 disttask: fix upgrade missing create framework_meta (#47744)
close pingcap/tidb#47593
2023-10-18 09:51:30 +00:00
aa453def0e planner: move more methods from StatsHandle to its sub-packages (#47739)
ref pingcap/tidb#46905
2023-10-18 08:43:59 +00:00
bf2f1ddc9e ddl: refine job_type of admin show ddl jobs (#47699)
ref pingcap/tidb#45719
2023-10-18 07:15:29 +00:00
3ef01b5882 types, *: move truncate flags to the types context (#47522)
close pingcap/tidb#47511
2023-10-18 05:15:29 +00:00
72d989d406 *: simple code (#47737) 2023-10-18 03:42:29 +00:00
1c18555671 planner: do not convert update to point get if the expr has sub-query (#47454)
close pingcap/tidb#47445
2023-10-18 03:09:29 +00:00
0c9d2288ad domain/metrics: add a metric for lease expired time (#47730)
close pingcap/tidb#47729
2023-10-18 02:34:58 +00:00
204d780068 planner, util: move FastIntSet to util (#47723) 2023-10-17 18:12:29 +00:00
aebf22d22e planner: move more methods from StatsHandle to its sub-packages (#47696)
ref pingcap/tidb#46905
2023-10-17 13:52:59 +00:00
4009bae9cf executor, tests: move some test cases from executor to integrationtest (#47720)
ref pingcap/tidb#47076
2023-10-17 13:24:30 +00:00
f69f37a9fb statistics: avoid unnecessary copy at CMSketchAndTopNFromProto (#47598)
ref pingcap/tidb#47275
2023-10-17 10:27:30 +00:00
59258d9581 statistics: add log to show reason for partition table's auto analyze (#47708) 2023-10-17 09:11:10 +00:00
d0a5bc5bc1 tests: fix some test cases in real TiKV env (#47697)
ref pingcap/tidb#45961
2023-10-17 08:11:00 +00:00
46db212059 gc_worker_test: Print error to the failure message when mustGetNone encounters unexpected error (#47709)
ref pingcap/tidb#47023
2023-10-17 07:46:58 +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
19784796fe importinto: add more logs to external backend, disable parallel sort (#47680)
ref pingcap/tidb#47572
2023-10-17 06:40:58 +00:00
91a80232fc variable: set default tidb_build_stats_concurrency 2 (#47678)
close pingcap/tidb#47685
2023-10-17 04:34:58 +00:00
5ac13d91cd *: add global sort related metric (#47485)
ref pingcap/tidb#45719
2023-10-17 03:42:28 +00:00
b61a60b21b planner: move more methods from StatsHandle to its sub-packages (#47679)
ref pingcap/tidb#46905
2023-10-17 03:00:28 +00:00
ab4c20ba16 importinto: revert "use one writer for each kv group for all concurrent encoder" (#47666)
ref pingcap/tidb#46704
2023-10-16 14:34:58 +00:00
4765838f4d planner: introduce an interface for StatsHandle to simplify the code (#47670)
ref pingcap/tidb#46905
2023-10-16 12:48:29 +00:00
f2d25f809d linter: setup a linter to validate constructor (#47661)
close pingcap/tidb#47660
2023-10-16 11:33:28 +00:00
54bc3a52c8 statistics: move some functions into global stats (#47669)
ref pingcap/tidb#46905
2023-10-16 10:54:42 +00:00
1cb25c74ed disttask: add sleep when subtask == nil (#47668)
ref pingcap/tidb#46258
2023-10-16 10:54:35 +00:00
46e53cdd31 disttask: cleanup framework meta when nodes shutdown (#47536)
ref pingcap/tidb#46258
2023-10-16 10:16:58 +00:00
541ac5957d statistics: fix entry too large when to save historical stats (#47653)
close pingcap/tidb#47649
2023-10-16 09:33:29 +00:00
f4f8cd630a executor, tests: move test cases from union_scan_test.go and kv_test.go to integrationtest (#47659)
ref pingcap/tidb#47076
2023-10-16 09:12:29 +00:00
eafb78a9c6 disttask: use merge sort meta (#47599)
ref pingcap/tidb#45719
2023-10-16 07:46:59 +00:00
b3dcf596b2 disttask: define TaskType/TaskState/Step instead of string/int64 (#47611)
ref pingcap/tidb#46258
2023-10-16 06:12:27 +00:00
19470d56f0 planner: move more methods from StatsHandle to its sub-packages (#47640)
ref pingcap/tidb#46905
2023-10-16 04:30:28 +00:00
2482a6eee6 planner: fix TestFixControl45132 (#46963)
close pingcap/tidb#46935
2023-10-16 02:52:58 +00:00
135d614f47 *: upgrade klauspost/compress (#47638) 2023-10-16 02:07:58 +00:00
16f3e795b1 storage: support kingsoft s3 (ks3) (#47465)
close pingcap/tidb#47230
2023-10-15 05:04:57 +00:00
1b4383a033 statistics: refactor test package (#47608)
ref pingcap/tidb#44940
2023-10-14 09:06:26 +00:00
9504d83392 disttask: more log (#47575)
ref pingcap/tidb#46258
2023-10-14 03:55:56 +00:00
8f532efb2f executor: reuse the memory from analyze result (#47617)
ref pingcap/tidb#47275
2023-10-13 16:25:57 +00:00
e146d4d6eb statistics: add branch check for BinarySearchRemoveVal (#47562)
ref pingcap/tidb#47275
2023-10-13 15:37:56 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00