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
Islam AbdelRahman 2fbc59a348 Disallow SstFileWriter from creating empty sst files 9 years ago
..
adaptive_table_factory.cc Pass column family ID to table property collector 9 years ago
adaptive_table_factory.h Pass column family ID to table property collector 9 years ago
block.cc Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
block.h Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
block_based_filter_block.cc Revert "Fixed the bug when both whole_key_filtering and prefix_extractor are set." 9 years ago
block_based_filter_block.h Revert "Fixed the bug when both whole_key_filtering and prefix_extractor are set." 9 years ago
block_based_filter_block_test.cc rocksdb: switch to gtest 9 years ago
block_based_table_builder.cc Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
block_based_table_builder.h Move skip_table_builder_flush to BlockBasedTableOption 9 years ago
block_based_table_factory.cc Prevent the user from setting block_restart_interval to less than 1 9 years ago
block_based_table_factory.h Merge pull request #805 from SherlockNoMad/OptionHelperFix 9 years ago
block_based_table_reader.cc Fix index seeking in BlockTableReader::PrefixMayMatch. 9 years ago
block_based_table_reader.h Skip bottom-level filter block caching when hit-optimized 9 years ago
block_builder.cc Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
block_builder.h Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
block_hash_index.cc Seperate InternalIterator from Iterator 9 years ago
block_hash_index.h Seperate InternalIterator from Iterator 9 years ago
block_hash_index_test.cc Seperate InternalIterator from Iterator 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 Seperate InternalIterator from Iterator 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 Merge pull request #846 from yuslepukhin/enble_c4244_lossofdata 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 Enable MS compiler warning c4244. 9 years ago
cuckoo_table_factory.cc Pass column family ID to table property collector 9 years ago
cuckoo_table_factory.h Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
cuckoo_table_reader.cc Skip bottom-level filter block caching when hit-optimized 9 years ago
cuckoo_table_reader.h Skip bottom-level filter block caching when hit-optimized 9 years ago
cuckoo_table_reader_test.cc Enable MS compiler warning c4244. 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 bloom hit/miss stats for SST and memtable 9 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 Optimize GetLatestSequenceForKey 9 years ago
get_context.h Use SST files for Transaction conflict detection 9 years ago
internal_iterator.h Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
iter_heap.h Replace std::priority_queue in MergingIterator with custom heap, take 2 9 years ago
iterator.cc Seperate InternalIterator from Iterator 9 years ago
iterator_wrapper.h Reduce iterator deletion overhead 9 years ago
merger.cc Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
merger.h Seperate InternalIterator from Iterator 9 years ago
merger_test.cc Seperate InternalIterator from Iterator 9 years ago
meta_blocks.cc Revert "Adding new table properties" 9 years ago
meta_blocks.h Moving memtable related files from util to a new directory memtable 9 years ago
mock_table.cc Skip bottom-level filter block caching when hit-optimized 9 years ago
mock_table.h Skip bottom-level filter block caching when hit-optimized 9 years ago
plain_table_builder.cc Pass column family ID to table property collector 9 years ago
plain_table_builder.h Pass column family ID to table property collector 9 years ago
plain_table_factory.cc Merge pull request #805 from SherlockNoMad/OptionHelperFix 9 years ago
plain_table_factory.h Fix build broken by previous commit of "option helper refactor" 9 years ago
plain_table_index.cc Enable MS compiler warning c4244. 9 years ago
plain_table_index.h Block plain_table_index.cc in ROCKSDB_LITE 10 years ago
plain_table_key_coding.cc plain table reader: non-mmap mode to keep two recent buffers 9 years ago
plain_table_key_coding.h Include <array> in table/plain_table_key_coding.h 9 years ago
plain_table_reader.cc Skip bottom-level filter block caching when hit-optimized 9 years ago
plain_table_reader.h Skip bottom-level filter block caching when hit-optimized 9 years ago
scoped_arena_iterator.h Seperate InternalIterator from Iterator 9 years ago
sst_file_writer.cc Disallow SstFileWriter from creating empty sst files 9 years ago
table_builder.h Skip bottom-level filter block caching when hit-optimized 9 years ago
table_properties.cc Revert "Adding new table properties" 9 years ago
table_properties_internal.h Seperate InternalIterator from Iterator 9 years ago
table_reader.h Skip bottom-level filter block caching when hit-optimized 9 years ago
table_reader_bench.cc plain table reader: non-mmap mode to keep two recent buffers 9 years ago
table_test.cc Fix BlockBasedTableTest.NoopTransformSeek failure 9 years ago
two_level_iterator.cc Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
two_level_iterator.h Seperate InternalIterator from Iterator 9 years ago