curiosity-ai / rocksdb-sharp

.net bindings for the rocksdb by facebook
BSD 2-Clause "Simplified" License
163 stars 41 forks source link

Add CompactionFilter, RepairDb, Flush and GetLiveFilesMetadata #8

Closed surabhi31 closed 2 years ago

surabhi31 commented 3 years ago
  1. Add support to specify delegates required by CompactionFilter.
  2. Add Flush and FlushOptions to be able to do on-demand flush
  3. Add RepairDb to be able to ingest sstfiles written by other rocksdb instances
  4. Add methods to retrieve and parse LiveFiles Metadata
surabhi31 commented 3 years ago

@theolivenbaum @warrenfalk could you please review the pull request?

theolivenbaum commented 3 years ago

Nice! Will check tomorrow!