• Y
    Add "rocksdb.live-sst-files-size" DB property · bf937cf1
    Yi Wu 提交于
    Summary:
    Add "rocksdb.live-sst-files-size" DB property which only include files of latest version. Existing "rocksdb.total-sst-files-size" include files from all versions and thus include files that's obsolete but not yet deleted. I'm going to use this new property to cap blob db sst + blob files size.
    Closes https://github.com/facebook/rocksdb/pull/3548
    
    Differential Revision: D7116939
    
    Pulled By: yiwu-arbug
    
    fbshipit-source-id: c6a52e45ce0f24ef78708156e1a923c1dd6bc79a
    bf937cf1
version_set.cc 143.4 KB