Dhruba Borthakur
9cd221094c
Add appropriate LICENSE and Copyright message.
...
Summary:
Add appropriate LICENSE and Copyright message.
Test Plan:
make check
Reviewers:
CC:
Task ID: #
Blame Rev:
11 years ago
Dhruba Borthakur
4463b11cad
Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.
...
Summary: Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.
Test Plan: make check
Reviewers: emayanke, haobo
Reviewed By: haobo
CC: leveldb
Differential Revision: https://reviews.facebook.net/D13311
11 years ago
Dhruba Borthakur
a143ef9b38
Change namespace from leveldb to rocksdb
...
Summary:
Change namespace from leveldb to rocksdb. This allows a single
application to link in open-source leveldb code as well as
rocksdb code into the same process.
Test Plan: compile rocksdb
Reviewers: emayanke
Reviewed By: emayanke
CC: leveldb
Differential Revision: https://reviews.facebook.net/D13287
11 years ago
Dilip Antony Joseph
11ce6a060e
Enhanced ldb to support data access commands
...
Summary: Added put/get/scan/batchput/delete/approxsize
Test Plan: Added pyunit script to test the newly added commands
Reviewers: chip, leveldb
Reviewed By: chip
CC: zshao, emayanke
Differential Revision: https://reviews.facebook.net/D7947
12 years ago