• H
    [RocksDB] allow LDB tool to have customized key formatter · dfb31d15
    Haobo Xu 提交于
    Summary: Currently ldb tool dump keys either in ascii format or hex format - neither is ideal if the key has a binary structure and is not readable in ascii. This diff also allows LDB tool to be customized in ways beyond DB options.
    
    Test Plan: verify that key formatter works with some simple db with binary key.
    
    Reviewers: sdong, ljin
    
    Reviewed By: ljin
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D19209
    dfb31d15
ldb_tool.cc 3.8 KB