Commit Graph

9 Commits

Author SHA1 Message Date
d0272703f3 statistics: support historical stats dump partition table (#40310) 2023-01-05 11:52:20 +08:00
388e008846 statistics: add source column for stats_meta_hisotry table (#39835) 2022-12-14 14:38:52 +08:00
4a91a24b28 executor: add debug log for analyze (#39357) 2022-11-24 16:19:59 +08:00
f894d9b78f domain, executor: refine error log and error handling for statistics and analyze (#39284) 2022-11-22 09:33:57 +08:00
4b08ccc6f0 statistics, executor: merge Count and ModifyCount for global stats (#39014)
close pingcap/tidb#38955
2022-11-11 18:31:53 +08:00
c3ecb04875 executor: support record analzye merge job (#38672)
ref pingcap/tidb#35142
2022-10-27 17:05:57 +08:00
70f3348ebf executor: support save partition stats in concurrency (#38239)
ref pingcap/tidb#35142
2022-10-25 15:57:55 +08:00
e7d0c46a75 executor: remove loading unnecessary stats during analyze partition table in dynamic mode (#38028)
ref pingcap/tidb#37977
2022-09-22 15:07:02 +08:00
961aadd75a executor: refactor analyze executor (#35201)
* refactor analyze

Signed-off-by: yisaer <disxiaofei@163.com>

fix lint

Signed-off-by: yisaer <disxiaofei@163.com>

fix lint

Signed-off-by: yisaer <disxiaofei@163.com>

* address the comment

Signed-off-by: yisaer <disxiaofei@163.com>

* address the comment

Signed-off-by: yisaer <disxiaofei@163.com>

Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-06-09 11:47:11 +08:00