-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: Add BackingType, Locator to SSTableInfo
The SSTables() method returns sstable info from a Pebble db instance. This change adds an additional field denoting the type of storage backing a given sstable in addition to all other sstable properties; i.e. whether an sstable is local, shared (non-foreign), shared+foreign, or external. It also adds a field denoting the shared.Locator, if one was specified.
- Loading branch information
Showing
1 changed file
with
46 additions
and
1 deletion.
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