Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-24 Thread via GitHub
starocean999 merged PR #36368: URL: https://github.com/apache/doris/pull/36368 -- 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

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-24 Thread via GitHub
github-actions[bot] commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2186093344 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] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-23 Thread via GitHub
englefly commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2185506955 run p0 -- 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 unsubscri

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-21 Thread via GitHub
doris-robot commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2182122477 ClickBench: Total hot run time: 31.18 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

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

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

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

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-21 Thread via GitHub
englefly commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2182061073 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 uns

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-17 Thread via GitHub
doris-robot commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2173247457 ClickBench: Total hot run time: 31.51 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

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

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

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

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-17 Thread via GitHub
englefly commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2173100651 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 uns

Re: [PR] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-16 Thread via GitHub
github-actions[bot] commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2172096759 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] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-16 Thread via GitHub
github-actions[bot] commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2172096776 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] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-16 Thread via GitHub
doris-robot commented on PR #36368: URL: https://github.com/apache/doris/pull/36368#issuecomment-2172093296 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] [feat](mtmv) compute agg expressions tree cost [doris]

2024-06-16 Thread via GitHub
englefly opened a new pull request, #36368: URL: https://github.com/apache/doris/pull/36368 ## Proposed changes suppose we have MV: select abs(v) from T; query: select sum(abs(v)) from T this pr add expression tree cost into Agg's cost in order to make the cost of the plan u