Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-24 Thread via GitHub
yiguolei merged PR #39089: URL: https://github.com/apache/doris/pull/39089 -- 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.apa

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-10 Thread via GitHub
yiguolei commented on PR #39089: URL: https://github.com/apache/doris/pull/39089#issuecomment-2282300849 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-10 Thread via GitHub
HappenLee merged PR #39092: URL: https://github.com/apache/doris/pull/39092 -- 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
doris-robot commented on PR #39092: URL: https://github.com/apache/doris/pull/39092#issuecomment-2276029806 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 2d3bb330c12b63829bf7269c95b6c1a9009c14d8 with default session variables Stream

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
HappenLee commented on PR #39092: URL: https://github.com/apache/doris/pull/39092#issuecomment-2275868453 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
github-actions[bot] commented on code in PR #39092: URL: https://github.com/apache/doris/pull/39092#discussion_r1708804918 ## be/src/vec/columns/column_decimal.h: ## @@ -294,14 +295,22 @@ for (U i = 0; i < s; ++i) res[i] = i; auto sort_end = res.end(); -

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
doris-robot commented on PR #39092: URL: https://github.com/apache/doris/pull/39092#issuecomment-2275101303 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
HappenLee opened a new pull request, #39092: URL: https://github.com/apache/doris/pull/39092 ## Proposed changes Issue Number: cherry pick #38985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-08 Thread via GitHub
github-actions[bot] commented on code in PR #39089: URL: https://github.com/apache/doris/pull/39089#discussion_r1708786019 ## be/src/vec/columns/column_decimal.h: ## @@ -21,6 +21,7 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
doris-robot commented on PR #39089: URL: https://github.com/apache/doris/pull/39089#issuecomment-2275084598 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee opened a new pull request, #39089: URL: https://github.com/apache/doris/pull/39089 ## Proposed changes Issue Number: cherry pick #38985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee merged PR #38985: URL: https://github.com/apache/doris/pull/38985 -- 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2273664088 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
github-actions[bot] commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2273664166 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee merged PR #39023: URL: https://github.com/apache/doris/pull/39023 -- 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] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-07 Thread via GitHub
HappenLee commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2272994003 run performance -- 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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #39023: URL: https://github.com/apache/doris/pull/39023#discussion_r1706459490 ## be/src/vec/columns/column_decimal.h: ## @@ -21,6 +21,7 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39023: URL: https://github.com/apache/doris/pull/39023#issuecomment-2272719473 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee opened a new pull request, #39023: URL: https://github.com/apache/doris/pull/39023 ## Proposed changes cherry pick #38985 -- 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 t

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #38985: URL: https://github.com/apache/doris/pull/38985#discussion_r1706322907 ## be/src/vec/columns/column_decimal.h: ## @@ -21,6 +21,7 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2272524229 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #38985: URL: https://github.com/apache/doris/pull/38985#discussion_r1706308427 ## be/src/vec/columns/column_decimal.h: ## @@ -269,14 +270,22 @@ class ColumnDecimal final : public COWHelper> { for (U i = 0; i < s; ++i) res[i] =

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2272502580 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #38985: URL: https://github.com/apache/doris/pull/38985#discussion_r1705832162 ## be/src/vec/columns/column_vector.cpp: ## @@ -236,7 +236,8 @@ void ColumnVector::get_permutation(bool reverse, size_t limit, int nan_direct if (s

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2271692571 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

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee commented on PR #38985: URL: https://github.com/apache/doris/pull/38985#issuecomment-2271692979 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

[PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee opened a new pull request, #38985: URL: https://github.com/apache/doris/pull/38985 ## Proposed changes Beforeļ¼š ``` select l_quantity from lineitem order by l_quantity limit 1020; +--+ | ReturnedRows | +--+ | 1020 | +---