-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(memory, core): Allocate WriteBuffers lazily and reuse BlockHolde…
…rs during flushes (#151) * fix(core): Allocate WriteBuffers in TSPartition only when new data arrives. Saves memory for stale partitions. * feat(memory,core): BlockMemFactoryPool: reuse blocks between flush tasks to maximize memory usage * Get rid of memory block utilization metric * Refactor TimeSeriesPartition data structures to one main SkipListMap. Much simpler, less memory and easier to reason about * Fix race condition in IngestionActor; get rid of SingleChunkScan
- Loading branch information
Evan Chan
authored and
Evan Chan
committed
Mar 3, 2018
1 parent
202711a
commit a80c827
Showing
13 changed files
with
144 additions
and
128 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
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.