Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-16 Thread via GitHub
Jibing-Li merged PR #37715: URL: https://github.com/apache/doris/pull/37715 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2230439047 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-16 Thread via GitHub
github-actions[bot] commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2230439116 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
Jibing-Li commented on code in PR #37715: URL: https://github.com/apache/doris/pull/37715#discussion_r1676047767 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisManager.java: ## @@ -157,6 +158,11 @@ public AnalysisManager() { this.taskExecutor = new

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
morrySnow commented on code in PR #37715: URL: https://github.com/apache/doris/pull/37715#discussion_r1675777695 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisManager.java: ## @@ -157,6 +158,11 @@ public AnalysisManager() { this.taskExecutor = new

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
Jibing-Li commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225372959 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
doris-robot commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225141026 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
doris-robot commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225131712 TPC-DS: Total hot run time: 174477 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
doris-robot commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225109792 TPC-H: Total hot run time: 40428 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
Jibing-Li commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225062835 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
doris-robot commented on PR #37715: URL: https://github.com/apache/doris/pull/37715#issuecomment-2225061223 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [improvement](statistics)Async drop stats while truncating table. [doris]

2024-07-12 Thread via GitHub
Jibing-Li opened a new pull request, #37715: URL: https://github.com/apache/doris/pull/37715 Drop stats for table with many partitions may slow, because to invalidate partition stats cache is time consuming. Truncate table operation do the drop stats synchronously, so the truncate table may