facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
27.85k stars 6.2k forks source link

c.h: Add set_track_and_verify_wals_in_manifest to C API #12749

Closed evanj closed 3 weeks ago

evanj commented 3 weeks ago

This option is recommended to be set for production use:

We recommend to set track_and_verify_wals_in_manifest to true
for production

https://github.com/facebook/rocksdb/wiki/Track-WAL-in-MANIFEST

This adds this setting to the C API, so it can be used by other languages.

facebook-github-bot commented 3 weeks ago

@ajkr has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 3 weeks ago

@ajkr merged this pull request in facebook/rocksdb@af50823069818fc127438e39fef91d2486d6e76c.