Uh oh!
There was an error while loading. Please reload this page.
[opt](variant) add column cache for variant sparse column - #56159
Conversation
Thearas
commented
Sep 17, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
csun5285
commented
Sep 17, 2025
run buildall |
1 similar comment
csun5285
commented
Sep 17, 2025
run buildall |
doris-robot
commented
Sep 17, 2025
TPC-H: Total hot run time: 34850 ms |
doris-robot
commented
Sep 17, 2025
TPC-DS: Total hot run time: 189228 ms |
doris-robot
commented
Sep 17, 2025
ClickBench: Total hot run time: 29.77 s |
csun5285
commented
Sep 18, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
csun5285
commented
Sep 18, 2025
run buildall |
doris-robot
commented
Sep 18, 2025
TPC-H: Total hot run time: 1496 ms |
doris-robot
commented
Sep 18, 2025
TPC-DS: Total hot run time: 2756 ms |
doris-robot
commented
Sep 18, 2025
ClickBench: Total hot run time: 0.06 s |
csun5285
commented
Sep 18, 2025
run buildall |
doris-robot
commented
Sep 18, 2025
TPC-H: Total hot run time: 1517 ms |
doris-robot
commented
Sep 18, 2025
TPC-DS: Total hot run time: 2799 ms |
doris-robot
commented
Sep 18, 2025
ClickBench: Total hot run time: 0.07 s |
csun5285
commented
Sep 18, 2025
run buildall |
1 similar comment
csun5285
commented
Sep 18, 2025
run buildall |
doris-robot
commented
Sep 18, 2025
TPC-H: Total hot run time: 1543 ms |
doris-robot
commented
Sep 18, 2025
TPC-DS: Total hot run time: 2720 ms |
doris-robot
commented
Sep 18, 2025
ClickBench: Total hot run time: 0.07 s |
csun5285
commented
Sep 19, 2025
run buildall |
doris-robot
commented
Sep 19, 2025
TPC-H: Total hot run time: 1529 ms |
doris-robot
commented
Sep 19, 2025
TPC-DS: Total hot run time: 2818 ms |
doris-robot
commented
Sep 19, 2025
ClickBench: Total hot run time: 0.09 s |
csun5285
commented
Sep 19, 2025
run buildall |
doris-robot
commented
Sep 19, 2025
TPC-H: Total hot run time: 1486 ms |
doris-robot
commented
Sep 19, 2025
TPC-DS: Total hot run time: 2756 ms |
csun5285
commented
Sep 25, 2025
run buildall |
doris-robot
commented
Sep 25, 2025
ClickBench: Total hot run time: 30.54 s |
hello-stephen
commented
Sep 25, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Sep 25, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
Optimize Variant sparse-column scans by introducing a per-segment sparse column cache so multiple readers/iterators reuse sparse column (keyed by column unique_id and path).
Optimize Variant sparse-column scans by introducing a per-segment sparse column cache so multiple readers/iterators reuse sparse column (keyed by column unique_id and path).
Optimize Variant sparse-column scans by introducing a per-segment sparse column cache so multiple readers/iterators reuse sparse column (keyed by column unique_id and path).
What problem does this PR solve?
Optimize Variant sparse-column scans by introducing a per-segment sparse column cache so multiple readers/iterators reuse sparse column (keyed by column unique_id and path).
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)