-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DNM] admission: introduce soft slots for speculative concurrency
This is for using additional theads for Pebble compaction compression and later for adjusting the number of concurrent compactions. Since these slots are not acquired or released in a very fine grained manner, we've chosen to model these in way that allows for over-commitment. The SoftSlotGranter should be used for acquiring and releasing such slots, instead of WorkQueue, since there is no queueing for such slots. Release note: None
- Loading branch information
1 parent
531eee8
commit 1c6b211
Showing
3 changed files
with
513 additions
and
82 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.