rocksdb/table
kailiu 4e0298f23c Clean up arena API
Summary:
Easy thing goes first. This patch moves arena to internal dir; based
on which, the coming patch will deal with memtable_rep.

Test Plan: make check

Reviewers: haobo, sdong, dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D15615
2014-01-30 22:10:10 -08:00
..
block_based_table_builder.cc Add the property block for the plain table 2013-12-13 17:18:14 -08:00
block_based_table_builder.h Parameterize table magic number 2013-12-04 15:17:40 -08:00
block_based_table_factory.cc Temporarily disable caching index/filter blocks 2014-01-24 10:57:15 -08:00
block_based_table_factory.h Temporarily disable caching index/filter blocks 2014-01-24 10:57:15 -08:00
block_based_table_options.h Temporarily disable caching index/filter blocks 2014-01-24 10:57:15 -08:00
block_based_table_reader.cc Merge branch 'master' into performance 2014-01-28 10:35:55 -08:00
block_based_table_reader.h Merge branch 'master' into performance 2014-01-28 10:35:55 -08:00
block_builder.cc Make the options in table_builder/block_builder less misleading 2013-11-16 23:21:15 -08:00
block_builder.h Make the options in table_builder/block_builder less misleading 2013-11-16 23:21:15 -08:00
block_test.cc Make the options in table_builder/block_builder less misleading 2013-11-16 23:21:15 -08:00
block.cc Implement a compressed block cache. 2013-11-01 14:31:35 -07:00
block.h Implement a compressed block cache. 2013-11-01 14:31:35 -07:00
filter_block_test.cc Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
filter_block.cc Fix two nasty use-after-free-bugs 2013-11-19 21:01:48 -08:00
filter_block.h Add the index/filter block cache 2013-11-12 22:46:51 -08:00
flush_block_policy.cc Don't not suggest flushing data when data block is still empty 2013-11-11 21:05:16 -08:00
format.cc Generalize footer reading from file 2013-12-04 16:35:48 -08:00
format.h Generalize footer reading from file 2013-12-04 16:35:48 -08:00
iter_heap.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
iterator_wrapper.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
iterator.cc Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
merger.cc Revert "Allow users to profile a query and see bottleneck of the query" 2013-11-21 17:40:39 -08:00
merger.h Merge branch 'master' into performance 2014-01-28 10:35:55 -08:00
meta_blocks.cc [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
meta_blocks.h Merge branch 'master' into performance 2014-01-28 10:35:55 -08:00
plain_table_builder.cc [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
plain_table_builder.h [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
plain_table_factory.cc [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
plain_table_reader.cc Some refactorings on plain table 2014-01-24 21:28:10 -08:00
plain_table_reader.h Merge branch 'master' into performance 2014-01-28 10:35:55 -08:00
table_properties.cc [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
table_reader_bench.cc [RocksDB] [Performance Branch] Some Changes to PlainTable format 2013-12-20 12:08:35 -08:00
table_test.cc Clean up arena API 2014-01-30 22:10:10 -08:00
two_level_iterator.cc Fix slow no-io iterator 2013-11-06 14:11:52 -08:00
two_level_iterator.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00