rocksdb/include/rocksdb
Igor Canadi ef6ad1708d [column families] Support to create and drop column families
Summary:
This diff provides basic implementations of CreateColumnFamily(), DropColumnFamily() and ListColumnFamilies(). It builds on top of https://reviews.facebook.net/D14733

It also includes a bug fix for DBImplReadOnly, where Get implementation would be redirected to DBImpl instead of DBImplReadOnly.

Test Plan: Added unit test

Reviewers: dhruba, haobo, kailiu

CC: leveldb

Differential Revision: https://reviews.facebook.net/D15021
2014-01-03 01:12:16 -08:00
..
arena.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
c.h C bindings: add a bunch of the newer options 2013-12-15 13:47:06 -08:00
cache.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
column_family.h [RocksDB] Support for column families in manifest 2014-01-02 04:18:28 -08:00
compaction_filter.h Clarify CompactionFilter thread safety requirements 2013-12-02 16:41:43 -08:00
comparator.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
db.h [column families] Support to create and drop column families 2014-01-03 01:12:16 -08:00
env.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
filter_policy.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
flush_block_policy.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
iterator.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
ldb_tool.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
memtablerep.h Killing Transform Rep 2013-12-03 12:42:15 -08:00
merge_operator.h Introduce MergeContext to Lazily Initialize merge operand list 2013-12-11 11:37:28 -08:00
options.h [RocksDB] [Column Family] Interface proposal 2013-12-18 13:08:22 -08:00
perf_context.h Revert "Allow users to profile a query and see bottleneck of the query" 2013-11-21 17:40:39 -08:00
slice.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
slice_transform.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
statistics.h Add monitoring for universal compaction and add counters for compaction IO 2013-12-12 13:27:43 -08:00
status.h Avoid malloc in NotFound key status if no message is given. 2013-12-26 16:23:10 -08:00
table.h Improve the "table stats" 2013-11-19 16:29:42 -08:00
table_properties.h Improve the "table stats" 2013-11-19 16:29:42 -08:00
transaction_log.h Initialize sequence number in BatchResult - issue #39 2013-12-20 10:01:12 -08:00
types.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
universal_compaction.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
write_batch.h [RocksDB] [Column Family] Interface proposal 2013-12-18 13:08:22 -08:00