-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic Delay: new feature - Dynamic Delay (#276)
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
- Loading branch information
1 parent
fe3de00
commit bc50351
Showing
29 changed files
with
544 additions
and
268 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.