-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: reorganize sstable buffers and structs
This pr aims to serve as a first step towards unifying the parallel compression vs on parallel compression code paths, as suggested in this pr: #1383 (review). This pr organizes the buffers in the Writer in a way which makes it easier to reason about the ownership of buffers/slices. Future prs will add, a writeQueue, a compressionQueue, a mechanism to schedule parallel compression based on cpu utilization.
- Loading branch information
1 parent
20f8dd0
commit 7f1a70d
Showing
3 changed files
with
201 additions
and
113 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
Oops, something went wrong.