• A
    Single Delete Mismatch and Fallthrough statistics · 2fc2fd92
    Anirban Rahut 提交于
    Summary:
    Added 2 statistics in compaction job statistics, to
    identify if single deletes are not meeting a matching key
    (fallthrough) or single deletes are meeting a merge, delete or
    another single delete (i.e. not the expected case of put).
    
    Test Plan: Tested the statistics using write_stress and compaction_job_stats_test
    
    Reviewers: sdong
    
    Reviewed By: sdong
    
    Subscribers: andrewkr, dhruba
    
    Differential Revision: https://reviews.facebook.net/D61749
    2fc2fd92
compaction_job_stats_impl.cc 2.3 KB