Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2024-06-08 Thread via GitHub
github-actions[bot] closed pull request #28217: [chore](scan) Add session veriable query_max_scan_bytes URL: https://github.com/apache/doris/pull/28217 -- 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 t

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2024-06-07 Thread via GitHub
github-actions[bot] commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-2155713435 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
doris-robot commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1849019212 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.07 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
doris-robot commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1849015939 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 92071290ab1e33052be4e3584f9c8a5632af428d, data reload: false

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
xinyiZzz commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1849010238 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] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
xinyiZzz commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1849010175 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] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
doris-robot commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1848990239 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.98 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
doris-robot commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1848986465 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit da7eaa4c44b8a48237098513a1192ed9d02c73b3, data reload: false

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
yiguolei commented on code in PR #28217: URL: https://github.com/apache/doris/pull/28217#discussion_r1421753303 ## be/src/vec/exec/scan/vscanner.cpp: ## @@ -96,6 +96,7 @@ Status VScanner::get_block(RuntimeState* state, Block* block, bool* eof) { }

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
github-actions[bot] commented on code in PR #28217: URL: https://github.com/apache/doris/pull/28217#discussion_r1421753087 ## be/src/runtime/query_context.h: ## @@ -199,6 +204,17 @@ class QueryContext { pipeline::Dependency* get_execution_dependency() { return _execution

Re: [PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
xinyiZzz commented on PR #28217: URL: https://github.com/apache/doris/pull/28217#issuecomment-1848967263 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

[PR] [chore](scan) Add session veriable query_max_scan_bytes [doris]

2023-12-10 Thread via GitHub
xinyiZzz opened a new pull request, #28217: URL: https://github.com/apache/doris/pull/28217 ## Proposed changes add Query largest scan bytes in single BE. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.o