Skip to content

Commit

Permalink
Mention a new BlobDB option in a couple of comments (#9038)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook/rocksdb#9038

Reviewed By: riversand963

Differential Revision: D31663906

fbshipit-source-id: a84ff07a1239f0c2eaeb3b776620fd0f7d4331bc
  • Loading branch information
ltamasi authored and facebook-github-bot committed Oct 14, 2021
1 parent 97b30de commit fbb09cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/rocksdb/advanced_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,8 @@ struct AdvancedColumnFamilyOptions {
// amplification for large-value use cases at the cost of introducing a level
// of indirection for reads. See also the options min_blob_size,
// blob_file_size, blob_compression_type, enable_blob_garbage_collection,
// and blob_garbage_collection_age_cutoff below.
// blob_garbage_collection_age_cutoff, and
// blob_garbage_collection_force_threshold below.
//
// Default: false
//
Expand Down Expand Up @@ -828,7 +829,8 @@ struct AdvancedColumnFamilyOptions {
// compaction. Valid blobs residing in blob files older than a cutoff get
// relocated to new files as they are encountered during compaction, which
// makes it possible to clean up blob files once they contain nothing but
// obsolete/garbage blobs. See also blob_garbage_collection_age_cutoff below.
// obsolete/garbage blobs. See also blob_garbage_collection_age_cutoff and
// blob_garbage_collection_force_threshold below.
//
// Default: false
//
Expand Down

0 comments on commit fbb09cf

Please sign in to comment.