Uh oh!
There was an error while loading. Please reload this page.
[Improvement](segment iterator) Optimize column row reservation to reduce overhead - #42060
Conversation
doris-robot
commented
Oct 18, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
airborne12
commented
Oct 18, 2024
run buildall |
doris-robot
commented
Oct 18, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
airborne12
commented
Oct 21, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 21, 2024
TeamCity be ut coverage result: |
…map is less than block row
…map is less than block row
clang-tidy review says "All clean, LGTM! 👍" |
airborne12
commented
Oct 22, 2024
run buildall |
doris-robot
commented
Oct 22, 2024
TeamCity be ut coverage result: |
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
airborne12
commented
Oct 22, 2024
run p1 |
airborne12
commented
Oct 22, 2024
run cloud_p1 |
…duce overhead (apache#42060) ## Proposed changes This PR improves the segment iterator by reducing the reserved rows for a column when the row bitmap is smaller than the block row. This optimization aims to enhance memory efficiency and improve performance by reducing unnecessary row allocations.
…duce overhead (apache#42060) ## Proposed changes This PR improves the segment iterator by reducing the reserved rows for a column when the row bitmap is smaller than the block row. This optimization aims to enhance memory efficiency and improve performance by reducing unnecessary row allocations.
Proposed changes
This PR improves the segment iterator by reducing the reserved rows for a column when the row bitmap is smaller than the block row. This optimization aims to enhance memory efficiency and improve performance by reducing unnecessary row allocations.