Uh oh!
There was an error while loading. Please reload this page.
[cleanup](load) remove bvar "g_memtable_input_block_allocated_size" - #44304
Conversation
doris-robot
commented
Nov 20, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
kaijchen
commented
Nov 20, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 20, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
kaijchen
commented
Nov 22, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 22, 2024
TeamCity be ut coverage result: |
…pache#44304) ### What problem does this PR solve? Bvar "g_memtable_input_block_allocated_size" is no longer needed after apache#40912. Calling `MutableBlock::allocated_bytes()` in `Memtable::insert()` has some performance penalties. So we should remove it.
What problem does this PR solve?
Bvar "g_memtable_input_block_allocated_size" is no longer needed after #40912.
Calling
MutableBlock::allocated_bytes()inMemtable::insert()has some performance penalties.So we should remove it.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)