rocksdb/tools
sdong edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key
Summary:
Add a encoding feature of PlainTable to encode PlainTable's keys to save some bytes for the same prefixes.
The data format is documented in table/plain_table_factory.h

Test Plan: Add unit test coverage in plain_table_db_test

Reviewers: yhchiang, igor, dhruba, ljin, haobo

Reviewed By: haobo

Subscribers: nkg-, leveldb

Differential Revision: https://reviews.facebook.net/D18735
2014-06-18 20:41:52 -07:00
..
auto_sanity_test.sh Add script auto_sanity_test.sh to perform auto sanity test 2014-04-03 10:21:46 -07:00
blob_store_bench.cc Rename "benchmark" back to "bench". 2014-04-21 13:12:15 -07:00
db_crashtest2.py Run FIFO compaction as part of db_crashtest2.py 2014-05-22 10:24:24 -07:00
db_crashtest.py Merge branch 'master' into columnfamilies 2014-03-20 14:41:37 -07:00
db_repl_stress.cc Make RocksDB work with newer gflags 2014-05-08 17:25:13 -07:00
db_sanity_test.cc Fix errors while building with clang 2014-05-15 12:34:53 +08:00
db_stress.cc Create Missing Column Families 2014-06-06 18:04:56 -07:00
ldb_test.py Consistency Check Function 2014-03-20 13:42:45 -07:00
ldb.cc Revert "Don't compile ldb tool into static library" 2014-04-15 11:29:02 -07:00
reduce_levels_test.cc Revert "Fix sst_dump and reduce_levels_test compile errors" 2014-04-15 11:28:52 -07:00
sst_dump.cc PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 2014-06-18 20:41:52 -07:00