Uh oh!
There was an error while loading. Please reload this page.
[Update](inverted index) set default inverted index storage format to v2 - #35303
Conversation
doris-robot
commented
May 23, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
airborne12
commented
May 23, 2024
run buildall |
doris-robot
commented
May 23, 2024
TPC-H: Total hot run time: 39958 ms |
doris-robot
commented
May 23, 2024
TPC-DS: Total hot run time: 171687 ms |
doris-robot
commented
May 23, 2024
ClickBench: Total hot run time: 30.38 s |
airborne12
commented
May 23, 2024
run buildall |
PR approved by anyone and no changes requested. |
doris-robot
commented
May 23, 2024
TPC-H: Total hot run time: 42134 ms |
doris-robot
commented
May 23, 2024
TPC-DS: Total hot run time: 169739 ms |
doris-robot
commented
May 23, 2024
ClickBench: Total hot run time: 30.82 s |
PR approved by at least one committer and no changes requested. |
qidaye
commented
May 24, 2024
run p0 |
airborne12
commented
May 24, 2024
run buildall |
doris-robot
commented
May 24, 2024
TPC-H: Total hot run time: 41969 ms |
doris-robot
commented
May 24, 2024
TPC-DS: Total hot run time: 170571 ms |
doris-robot
commented
May 24, 2024
ClickBench: Total hot run time: 30.82 s |
airborne12
commented
May 24, 2024
run buildall |
doris-robot
commented
May 24, 2024
TPC-H: Total hot run time: 41475 ms |
doris-robot
commented
May 24, 2024
TPC-DS: Total hot run time: 168630 ms |
doris-robot
commented
May 24, 2024
ClickBench: Total hot run time: 30.27 s |
PR approved by at least one committer and no changes requested. |
airborne12
commented
Jun 5, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 5, 2024
TPC-H: Total hot run time: 40079 ms |
doris-robot
commented
Jun 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 5, 2024
TPC-DS: Total hot run time: 173342 ms |
doris-robot
commented
Jun 5, 2024
ClickBench: Total hot run time: 30.16 s |
airborne12
commented
Jun 5, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 5, 2024
TPC-H: Total hot run time: 40132 ms |
doris-robot
commented
Jun 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 5, 2024
TPC-DS: Total hot run time: 171092 ms |
doris-robot
commented
Jun 5, 2024
ClickBench: Total hot run time: 30.8 s |
PR approved by at least one committer and no changes requested. |
… v2 (#35303) This pull request changes the default storage format for inverted indexes to V2. The V2 format enhances efficiency by merging all index files within a single segment into one file. This update aims to reduce IO cost when writing inverted index files, especially for cloud mode.
… v2 (apache#35303) This pull request changes the default storage format for inverted indexes to V2. The V2 format enhances efficiency by merging all index files within a single segment into one file. This update aims to reduce IO cost when writing inverted index files, especially for cloud mode.
Proposed changes
Issue Number: close #xxx
This pull request changes the default storage format for inverted indexes to V2. The V2 format enhances efficiency by merging all index files within a single segment into one file. This update aims to reduce IO cost when writing inverted index files, especially for cloud mode.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...