You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/table
sdong a70d08ec07 Fix the bug of using freed memory introduced by recent plain table reader patch 9 years ago
..
adaptive_table_factory.cc Refactor NewTableReader to accept TableReaderOptions 9 years ago
adaptive_table_factory.h PlainTableReader to support non-mmap mode 9 years ago
block.cc perf_context: report time spent on reading index and bloom blocks 9 years ago
block.h Use malloc_usable_size() for accounting block cache size 9 years ago
block_based_filter_block.cc Build for CYGWIN 9 years ago
block_based_filter_block.h Remember whole key/prefix filtering on/off in SST file 10 years ago
block_based_filter_block_test.cc rocksdb: switch to gtest 9 years ago
block_based_table_builder.cc Add ZSTD (not final format) compression type 9 years ago
block_based_table_builder.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
block_based_table_factory.cc Refactor NewTableReader to accept TableReaderOptions 9 years ago
block_based_table_factory.h Refactor NewTableReader to accept TableReaderOptions 9 years ago
block_based_table_reader.cc RandomAccessFileReader should not inherit RandomAccessFile 9 years ago
block_based_table_reader.h Optimize bloom filter cache misses 9 years ago
block_builder.cc Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
block_builder.h delete unused Comparator 10 years ago
block_hash_index.cc Windows Port from Microsoft 9 years ago
block_hash_index.h Turn on -Wshadow 10 years ago
block_hash_index_test.cc rocksdb: switch to gtest 9 years ago
block_prefix_index.cc Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
block_prefix_index.h Windows Port from Microsoft 9 years ago
block_test.cc rocksdb: switch to gtest 9 years ago
bloom_block.cc table/bloom_block.*: pass func parameter by reference 10 years ago
bloom_block.h Enforce write buffer memory limit across column families 10 years ago
cuckoo_table_builder.cc Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
cuckoo_table_builder.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
cuckoo_table_builder_test.cc Block cuckoo table tests in ROCKSDB_LITE 9 years ago
cuckoo_table_factory.cc Refactor NewTableReader to accept TableReaderOptions 9 years ago
cuckoo_table_factory.h Refactor NewTableReader to accept TableReaderOptions 9 years ago
cuckoo_table_reader.cc Added Equal method to Comparator interface 9 years ago
cuckoo_table_reader.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
cuckoo_table_reader_test.cc Skipped tests shouldn't be failures [part 2] 9 years ago
filter_block.h Dump routine to BlockBasedTableReader 10 years ago
flush_block_policy.cc move block based table related options BlockBasedTableOptions 10 years ago
format.cc Add ZSTD (not final format) compression type 9 years ago
format.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
full_filter_block.cc Remember whole key/prefix filtering on/off in SST file 10 years ago
full_filter_block.h Remember whole key/prefix filtering on/off in SST file 10 years ago
full_filter_block_test.cc rocksdb: switch to gtest 9 years ago
get_context.cc Support for SingleDelete() 9 years ago
get_context.h Implement a table-level row cache 9 years ago
iter_heap.h Replace std::priority_queue in MergingIterator with custom heap, take 2 9 years ago
iterator.cc rocksdb: Add missing override 9 years ago
iterator_wrapper.h Turn -Wshadow back on 10 years ago
merger.cc Added Equal method to Comparator interface 9 years ago
merger.h In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
merger_test.cc Fixed and simplified merge_helper 9 years ago
meta_blocks.cc Unified maps with Comparator for sorting, other cleanup 9 years ago
meta_blocks.h Unified maps with Comparator for sorting, other cleanup 9 years ago
mock_table.cc Refactor NewTableReader to accept TableReaderOptions 9 years ago
mock_table.h Refactor NewTableReader to accept TableReaderOptions 9 years ago
plain_table_builder.cc Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
plain_table_builder.h Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
plain_table_factory.cc Refactor NewTableReader to accept TableReaderOptions 9 years ago
plain_table_factory.h PlainTableReader to support non-mmap mode 9 years ago
plain_table_index.cc "make format" against last 10 commits 9 years ago
plain_table_index.h Block plain_table_index.cc in ROCKSDB_LITE 10 years ago
plain_table_key_coding.cc Fix the bug of using freed memory introduced by recent plain table reader patch 9 years ago
plain_table_key_coding.h PlainTableReader to support non-mmap mode 9 years ago
plain_table_reader.cc PlainTableReader to support non-mmap mode 9 years ago
plain_table_reader.h PlainTableReader to support non-mmap mode 9 years ago
sst_file_writer.cc Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
table_builder.h Refactor NewTableReader to accept TableReaderOptions 9 years ago
table_properties.cc Expose per-level aggregated table properties via GetProperty() 9 years ago
table_properties_internal.h Fix iOS compile with -Wshorten-64-to-32 10 years ago
table_reader.h Add functionality to pre-fetch blocks specified by a key range to BlockBasedTable implementation. 9 years ago
table_reader_bench.cc PlainTableReader to support non-mmap mode 9 years ago
table_test.cc PlainTableReader to support non-mmap mode 9 years ago
two_level_iterator.cc Allocate LevelFileIteratorState and LevelFileNumIterator from DB iterator's arena 9 years ago
two_level_iterator.h Allocate LevelFileIteratorState and LevelFileNumIterator from DB iterator's arena 9 years ago