• I
    Flushes should always go to HIGH priority thread pool · 0b4ccf76
    Igor Canadi 提交于
    Summary:
    This is not column-family related diff. It is in columnfamily branch because the change is significant and we want to push it with next major release (3.0).
    
    It removes the leveldb notion of one thread pool and expands it to two thread pools by default (HIGH and LOW). Flush process is removed from compaction process and all flush threads are executed on HIGH thread pool, since we don't want long-running compactions to influence flush latency.
    
    Test Plan: make check
    
    Reviewers: dhruba, haobo, kailiu, sdong
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D15987
    0b4ccf76
可在Tags中查看这些版本中当前仓库的状态.
HISTORY.md 2.8 KB