Uh oh!
There was an error while loading. Please reload this page.
[fix](index) should not use light index change for bloom filter index - #35214
Conversation
doris-robot
commented
May 22, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
cambyzju
commented
May 22, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 22, 2024
TeamCity be ut coverage result: |
doris-robot
commented
May 22, 2024
TPC-DS: Total hot run time: 170468 ms |
doris-robot
commented
May 22, 2024
ClickBench: Total hot run time: 31.07 s |
clang-tidy review says "All clean, LGTM! 👍" |
cambyzju
commented
May 23, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
May 23, 2024
TPC-H: Total hot run time: 42533 ms |
doris-robot
commented
May 23, 2024
TeamCity be ut coverage result: |
doris-robot
commented
May 23, 2024
TPC-DS: Total hot run time: 173391 ms |
doris-robot
commented
May 23, 2024
ClickBench: Total hot run time: 30.97 s |
…#35214) ## Proposed changes Only inverted index support light index change, bitmap and bloomfilter index do not support light index change. Before this pr, if we add or drop bitmap and bloomfilter index, it only do linked schema change, do not rewrite index data for history data.
…apache#35214) ## Proposed changes Only inverted index support light index change, bitmap and bloomfilter index do not support light index change. Before this pr, if we add or drop bitmap and bloomfilter index, it only do linked schema change, do not rewrite index data for history data.
Proposed changes
Only inverted index support light index change, bitmap and bloomfilter index do not support light index change.
Before this pr, if we add or drop bitmap and bloomfilter index, it only do linked schema change, do not rewrite index data for history data.
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...