-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store: allow configuring RocksDB with support for subset of columns (#…
…7544) With cold storage approaching, it’s gonig to be necessary to be able to open RocksDB instance with only a subset of defined columns. Change how RocksDB deals with column family handles. Specifically, get_cf_handles now accepts an iterator over DBCol values as argument and cf_handle will return an error if trying to get a handle for a column that wasn’t set up.
- Loading branch information
Showing
1 changed file
with
130 additions
and
40 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