• A
    change use_direct_writes to use_direct_io_for_flush_and_compaction · 44fa8ece
    Aaron Gao 提交于
    Summary:
    Replace Options::use_direct_writes with Options::use_direct_io_for_flush_and_compaction
    Now if Options::use_direct_io_for_flush_and_compaction = true, we will enable direct io for both reads and writes for flush and compaction job. Whereas Options::use_direct_reads controls user reads like iterator and Get().
    Closes https://github.com/facebook/rocksdb/pull/2117
    
    Differential Revision: D4860912
    
    Pulled By: lightmark
    
    fbshipit-source-id: d93575a8a5e780cf7e40797287edc425ee648c19
    44fa8ece
可在Tags中查看这些版本中当前仓库的状态.
HISTORY.md 42.2 KB