-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce memory consumption (#2117)
* fix: reenable rocksdb record store checkpointing with an empty implementation This flushes the in-memory log and releases memory. * Vacuum record store on serialization * Small fixes Weak can become empty between `vacuum()` and `upgrade()`. * fix: make record store num_records strictly increasing --------- Co-authored-by: Jesse Bakker <[email protected]>
- Loading branch information
1 parent
496d4c6
commit 26caa0a
Showing
3 changed files
with
58 additions
and
42 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