• A
    [RocksDB] Clear Archive WAL files · 988c20b9
    Abhishek Kona 提交于
    Summary:
    WAL files are moved to archive directory and clear only at DB::Open.
    Can lead to a lot of space consumption in a Database. Added logic to periodically clear Archive Directory too.
    
    Test Plan: make all check + add unit test
    
    Reviewers: dhruba, heyongqiang
    
    Reviewed By: heyongqiang
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D10617
    988c20b9
db_impl.h 12.5 KB