• Y
    Blob DB: remove existing garbage collection implementation · 1209b6db
    Yi Wu 提交于
    Summary:
    Red diff to remove existing implementation of garbage collection. The current approach is reference counting kind of approach and require a lot of effort to get the size counter right on compaction and deletion. I'm going to go with a simple mark-sweep kind of approach and will send another PR for that.
    
    CompactionEventListener was added solely for blob db and it adds complexity and overhead to compaction iterator. Removing it as well.
    Closes https://github.com/facebook/rocksdb/pull/3551
    
    Differential Revision: D7130190
    
    Pulled By: yiwu-arbug
    
    fbshipit-source-id: c3a375ad2639a3f6ed179df6eda602372cc5b8df
    1209b6db
可在Tags中查看这些版本中当前仓库的状态.
HISTORY.md 56.0 KB