Uh oh!
There was an error while loading. Please reload this page.
[enhance](memtable) support adaptive memtable write buffer size - #56948
Conversation
sollhui
commented
Oct 14, 2025
run buildall |
c1414e9 to
18b7b6aComparesollhui
commented
Oct 14, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Oct 14, 2025
ClickBench: Total hot run time: 30.06 s |
18b7b6a to
73a5aa0Comparesollhui
commented
Oct 14, 2025
run buildall |
73a5aa0 to
41affffComparesollhui
commented
Oct 14, 2025
run buildall |
doris-robot
commented
Oct 14, 2025
TPC-DS: Total hot run time: 190045 ms |
doris-robot
commented
Oct 14, 2025
ClickBench: Total hot run time: 30.63 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
hello-stephen
commented
Oct 14, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 14, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
41affff to
6970851Comparesollhui
commented
Oct 15, 2025
run buildall |
doris-robot
commented
Oct 15, 2025
TPC-DS: Total hot run time: 188340 ms |
doris-robot
commented
Oct 15, 2025
ClickBench: Total hot run time: 29.9 s |
hello-stephen
commented
Oct 15, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Oct 15, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? In some cases, the size of `segments` may be relatively small, which not only affects read performance but may also cause transaction commit failures in cloud mode for fdb value limit. We introduce the adaptive memtable write buffer size scheme, which adaptively increases the write buffer size when there is enough memory to avoid the generation of small segments as much as possible. ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
…ze (apache#56948)" This reverts commit 0a2b8d8.
…te buffer size (#56948)" (#59926) This reverts commit 0a2b8d8. ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
…te buffer size (apache#56948)" (apache#59926) This reverts commit 0a2b8d8. ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
What problem does this PR solve?
In some cases, the size of
segmentsmay be relatively small, which not only affects read performance but may also cause transaction commit failures in cloud mode for fdb value limit.We introduce the adaptive memtable write buffer size scheme, which adaptively increases the write buffer size when there is enough memory to avoid the generation of small segments as much as possible.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)