• K
    Move flush_block_policy from Options to TableFactory · 6eb56498
    kailiu 提交于
    Summary:
    Previously we introduce a `flush_block_policy_factory` in Options, however, that options is strongly releated to Table based tables.
    It will make more sense to move it to block based table's own factory class.
    
    Test Plan: make check to pass existing tests
    
    Reviewers: dhruba, haobo
    
    Reviewed By: dhruba
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D14211
    6eb56498
db_impl.cc 121.9 KB