• S
    Improve write buffer manager (and allow the size to be tracked in block cache) · 95b0e89b
    Siying Dong 提交于
    Summary:
    Improve write buffer manager in several ways:
    1. Size is tracked when arena block is allocated, rather than every allocation, so that it can better track actual memory usage and the tracking overhead is slightly lower.
    2. We start to trigger memtable flush when 7/8 of the memory cap hits, instead of 100%, and make 100% much harder to hit.
    3. Allow a cache object to be passed into buffer manager and the size allocated by memtable can be costed there. This can help users have one single memory cap across block cache and memtable.
    Closes https://github.com/facebook/rocksdb/pull/2350
    
    Differential Revision: D5110648
    
    Pulled By: siying
    
    fbshipit-source-id: b4238113094bf22574001e446b5d88523ba00017
    95b0e89b
CMakeLists.txt 28.1 KB