Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2024-05-23 Thread via GitHub
github-actions[bot] closed pull request #27533: [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses URL: https://github.com/apache/doris/pull/27533 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2024-05-22 Thread via GitHub
github-actions[bot] commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-2125970590 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

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-24 Thread via GitHub
doris-robot commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825330997 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 5f70575bd909d27606ff4ee00d7ebb0cccd37e06, data reload: false

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

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

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-23 Thread via GitHub
github-actions[bot] commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825209044 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-23 Thread via GitHub
github-actions[bot] commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825204803 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-23 Thread via GitHub
bobhan1 commented on PR #27533: URL: https://github.com/apache/doris/pull/27533#issuecomment-1825203869 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

[PR] [improve](partial update) sort the rids to read for alignments to reduce the number of random accesses [doris]

2023-11-23 Thread via GitHub
bobhan1 opened a new pull request, #27533: URL: https://github.com/apache/doris/pull/27533 ## Proposed changes This PR sorts the rids to read for alignments in partial update to reduce the number of random accesses to improve performance. ## Further comments If this is a