Delay write rate based on current CF state - #281
Merged
Yuval-Ariel merged 1 commit intoDec 20, 2022
Conversation
Yuval-Ariel
requested review from
udi-speedb
and removed request for
hilikspdb
December 4, 2022 17:16
Contributor
|
Only skimmed through changes. First thoughts that came to my mind:
|
Contributor
Author
|
fixed a few unit tests - in recent commit. and plan to add new ones shortly |
Yuval-Ariel
force-pushed
the
276-delayed-write-calculate-delay-based-on-current-state
branch
from
December 6, 2022 06:46
34b8523 to
a8cc4bb
Compare
Yuval-Ariel
force-pushed
the
276-delayed-write-calculate-delay-based-on-current-state
branch
from
December 14, 2022 12:45
51ccf9f to
5c41a06
Compare
Yuval-Ariel
force-pushed
the
276-delayed-write-calculate-delay-based-on-current-state
branch
from
December 14, 2022 13:06
5c41a06 to
ffe9b9c
Compare
udi-speedb
reviewed
Dec 14, 2022
udi-speedb
reviewed
Dec 19, 2022
Yuval-Ariel
force-pushed
the
276-delayed-write-calculate-delay-based-on-current-state
branch
from
December 19, 2022 11:08
ef4bb49 to
4998b24
Compare
udi-speedb
self-requested a review
December 19, 2022 12:23
udi-speedb
approved these changes
Dec 19, 2022
Contributor
|
@Yuval-Ariel I have approved. |
Calculate the delayed write rate based on the current state of the CF based on the value of delayed_write_rate that the user initially set. The calculation reduces speed linearly with regards to how much the CF has exceeded the slowdown conditions (L0 files and pending bytes). The slowdown for writing to the last memtable (when theres more than 3) is 10 fold
Yuval-Ariel
force-pushed
the
276-delayed-write-calculate-delay-based-on-current-state
branch
from
December 19, 2022 20:18
a6c3d6a to
b4b5c1f
Compare
Yuval-Ariel
deleted the
276-delayed-write-calculate-delay-based-on-current-state
branch
February 16, 2023 14:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #276