mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 16:30:56 +00:00
Merge pull request #1083 from flabby/master
fix typo in comment of options.h
This commit is contained in:
parent
6cbffd50d0
commit
874c96ac1d
|
@ -282,7 +282,7 @@ struct ColumnFamilyOptions {
|
|||
|
||||
// The minimum number of write buffers that will be merged together
|
||||
// before writing to storage. If set to 1, then
|
||||
// all write buffers are fushed to L0 as individual files and this increases
|
||||
// all write buffers are flushed to L0 as individual files and this increases
|
||||
// read amplification because a get request has to check in all of these
|
||||
// files. Also, an in-memory merge may result in writing lesser
|
||||
// data to storage if there are duplicate records in each of these
|
||||
|
|
Loading…
Reference in a new issue