• D
    Very basic Multiget and simple test cases. · d8c7c45e
    Deon Nicholas 提交于
    Summary:
    Implemented the MultiGet operator which takes in a list of keys
    and returns their associated values. Currently uses std::vector as its
    container data structure. Otherwise, it works identically to "Get".
    
    Test Plan:
     1. make db_test      ; compile it
     2. ./db_test         ; test it
     3. make all check    ; regress / run all tests
     4. make release      ; (optional) compile with release settings
    
    Reviewers: haobo, MarkCallaghan, dhruba
    
    Reviewed By: dhruba
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D10875
    d8c7c45e
db_test.cc 97.4 KB