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/block_based
Peter Dillinger cb5b851ff8 Add (& fix) some simple source code checks (#8821) 3 years ago
..
binary_search_index_reader.cc Separate internal and user key comparators in `BlockIter` (#6944) 4 years ago
binary_search_index_reader.h Extend Get/MultiGet deadline support to table open (#6982) 4 years ago
block.cc Remove unused includes (#7604) 4 years ago
block.h Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283) 4 years ago
block_based_filter_block.cc Allow intentionally swallowed errors in BlockBasedFilterBlockReader (#8695) 3 years ago
block_based_filter_block.h Add table properties for number of entries added to filters (#8323) 3 years ago
block_based_filter_block_test.cc Add table properties for number of entries added to filters (#8323) 3 years ago
block_based_table_builder.cc Replace most typedef with using= (#8751) 3 years ago
block_based_table_builder.h Cache warming blocks during flush (#8561) 3 years ago
block_based_table_factory.cc Dynamically configure BlockBasedTableOptions.prepopulate_block_cache (#8620) 3 years ago
block_based_table_factory.h Refactor: use TableBuilderOptions to reduce parameter lists (#8240) 3 years ago
block_based_table_iterator.cc Clean up InternalIterator upper bound logic a little bit (#7200) 4 years ago
block_based_table_iterator.h Exclude timestamp from prefix extractor (#7668) 4 years ago
block_based_table_reader.cc Embed original file number in SST table properties (#8686) 3 years ago
block_based_table_reader.h Replace most typedef with using= (#8751) 3 years ago
block_based_table_reader_impl.h Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
block_based_table_reader_test.cc Update the block_read_count/block_read_byte counters in MultiGet (#8676) 3 years ago
block_builder.cc Add pipelined & parallel compression optimization (#6262) 4 years ago
block_builder.h Add pipelined & parallel compression optimization (#6262) 4 years ago
block_like_traits.h fix lru caching test and fix reference binding to null pointer (#8326) 3 years ago
block_prefetcher.cc Improve BlockPrefetcher to prefetch only for sequential scans (#7394) 3 years ago
block_prefetcher.h Improve BlockPrefetcher to prefetch only for sequential scans (#7394) 3 years ago
block_prefix_index.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
block_prefix_index.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
block_test.cc More Makefile Cleanup (#7097) 4 years ago
block_type.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
cachable_entry.h Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
data_block_footer.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
data_block_footer.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
data_block_hash_index.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
data_block_hash_index.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
data_block_hash_index_test.cc Make it possible to apply only a subrange of table property collectors (#8298) 3 years ago
filter_block.h Add table properties for number of entries added to filters (#8323) 3 years ago
filter_block_reader_common.cc Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
filter_block_reader_common.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
filter_policy.cc Upgrade xxhash, add Hash128 (#8634) 3 years ago
filter_policy_internal.h Add Bloom/Ribbon hybrid API support (#8679) 3 years ago
flush_block_policy.cc Make FlushBlockPolicyFactory into a Customizable class (#8432) 3 years ago
flush_block_policy.h Make FlushBlockPolicyFactory into a Customizable class (#8432) 3 years ago
full_filter_block.cc Add table properties for number of entries added to filters (#8323) 3 years ago
full_filter_block.h Add table properties for number of entries added to filters (#8323) 3 years ago
full_filter_block_test.cc Add table properties for number of entries added to filters (#8323) 3 years ago
hash_index_reader.cc Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 3 years ago
hash_index_reader.h Extend Get/MultiGet deadline support to table open (#6982) 4 years ago
index_builder.cc Add (& fix) some simple source code checks (#8821) 3 years ago
index_builder.h Make db_basic_test pass assert status checked (#7452) 4 years ago
index_reader_common.cc Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
index_reader_common.h Divide block_based_table_reader.cc (#6527) 4 years ago
mock_block_based_table.h Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 3 years ago
parsed_full_filter_block.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
parsed_full_filter_block.h Use new Insert and Lookup APIs in table reader to support secondary cache (#8315) 3 years ago
partitioned_filter_block.cc Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
partitioned_filter_block.h Add table properties for number of entries added to filters (#8323) 3 years ago
partitioned_filter_block_test.cc Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 3 years ago
partitioned_index_iterator.cc Fix misspelling of PartitionedIndexIterator (#7450) 4 years ago
partitioned_index_iterator.h Fix misspelling of PartitionedIndexIterator (#7450) 4 years ago
partitioned_index_reader.cc Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
partitioned_index_reader.h Get() to fail with underlying failures in PartitionIndexReader::CacheDependencies() (#7297) 4 years ago
reader_common.cc Fix block checksum for >=4GB, refactor (#6978) 4 years ago
reader_common.h Bring the Configurable options together (#5753) 4 years ago
uncompression_dict_reader.cc Parallelize secondary cache lookup in MultiGet (#8405) 3 years ago
uncompression_dict_reader.h Extend Get/MultiGet deadline support to table open (#6982) 4 years ago