• S
    Allow readahead when reading option files. (#6372) · 876c2dbf
    sdong 提交于
    Summary:
    Right, when reading from option files, no readahead is used and 8KB buffer is used. It might introduce high latency if the file system provide high latency and doesn't do readahead. Instead, introduce a readahead to the file. When calling inside DB, infer the value from options.log_readahead. Otherwise, a default 512KB readahead size is used.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6372
    
    Test Plan: Add --log_readahead_size in db_bench. Run it with several options and observe read size from option files using strace.
    
    Differential Revision: D19727739
    
    fbshipit-source-id: e6d8053b0a64259abc087f1f388b9cd66fa8a583
    876c2dbf
testutil.h 24.2 KB