Uh oh!
There was an error while loading. Please reload this page.
[enhancement](merge-on-write) consider version count on size-based cu compaction policy - #25352
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
zhannngchen
commented
Oct 12, 2023
run buildall |
hust-hhb
commented
Oct 12, 2023
LGTM |
doris-robot
commented
Oct 12, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 12, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by anyone and no changes requested. |
PR approved by at least one committer and no changes requested. |
Proposed changes
Issue Number: close #xxx
For MoW table, if there's too many versions, the delete bitmap will grow to a very big size, which may cause the tablet meta too big and the
save_metaoperation too slow.If the rowset should not promotion according to it's disk size, we should also consider it's version count.
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...