Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-11 Thread via GitHub
morrySnow merged PR #37589: URL: https://github.com/apache/doris/pull/37589 -- 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] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2221875582 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] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2221875552 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] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-10 Thread via GitHub
zddr commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2220393063 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 unsubsc

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-10 Thread via GitHub
morrySnow commented on code in PR #37589: URL: https://github.com/apache/doris/pull/37589#discussion_r1672075571 ## fe/fe-core/src/main/java/org/apache/doris/job/extensions/mtmv/MTMVTask.java: ## @@ -222,6 +223,9 @@ public void run() throws JobException { private void exec(

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-09 Thread via GitHub
zddr commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2219673659 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 unsubsc

Re: [PR] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-09 Thread via GitHub
doris-robot commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2219673567 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] [fix](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-09 Thread via GitHub
zddr opened a new pull request, #37589: URL: https://github.com/apache/doris/pull/37589 cause: when mtmv task need refresh multi partition, will be split into multiple `insert overwrite` tasks,they use same `ConnectContext` and `StatementContext`,nereids time is calculated based on Statemen