• S
    Reduce the number of params needed to construct DBIter · 7124268a
    Sagar Vemuri 提交于
    Summary:
    DBIter, and in-turn NewDBIterator and NewArenaWrappedDBIterator, take a  bunch of params. They can be reduced by passing in ReadOptions directly instead of passing in every new param separately. It also seems much cleaner as a bunch of the params towards the end seem to be optional.
    
    (Recently I introduced max_skippable_internal_keys, which added one more to the already huge count).
    
    Idea courtesy IslamAbdelRahman
    Closes https://github.com/facebook/rocksdb/pull/2116
    
    Differential Revision: D4857128
    
    Pulled By: sagar0
    
    fbshipit-source-id: 7d239df094b94bd9ea79d145cdf825478ac037a8
    7124268a
db_impl.cc 88.0 KB