..
binary_search_index_reader.cc
Eliminate some parameters redundant with ReadOptions ( #12761 )
2024-06-12 15:44:37 -07:00
binary_search_index_reader.h
Extend Get/MultiGet deadline support to table open ( #6982 )
2020-06-29 14:53:17 -07:00
block.cc
Remove the 2 duplicated fields in block.h Block class ( #13733 )
2025-06-26 13:55:33 -07:00
block.h
Remove the 2 duplicated fields in block.h Block class ( #13733 )
2025-06-26 13:55:33 -07:00
block_based_table_builder.cc
Improve distinct compression for index and data blocks ( #14140 )
2025-11-21 16:34:49 -08:00
block_based_table_builder.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
block_based_table_factory.cc
Support Super Block Alignment ( #13909 )
2025-10-01 18:20:35 -07:00
block_based_table_factory.h
Preliminary support for custom compression algorithms ( #13659 )
2025-06-16 14:19:03 -07:00
block_based_table_iterator.cc
Introducing Prepare all iterators for LevelIterator ( #14100 )
2025-11-18 15:57:03 -08:00
block_based_table_iterator.h
Surface MultiScan async read failure instead of asserting ( #14171 )
2025-12-05 10:45:26 -08:00
block_based_table_reader.cc
Improve sst_dump raw mode dump result ( #14166 )
2025-12-04 11:52:58 -08:00
block_based_table_reader.h
Improve sst_dump raw mode dump result ( #14166 )
2025-12-04 11:52:58 -08:00
block_based_table_reader_impl.h
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
block_based_table_reader_sync_and_async.h
Fix multiscan crash when fill_cache=false ( #13889 )
2025-08-21 08:55:47 -07:00
block_based_table_reader_test.cc
Follow up on MultiScan change in #14040 ( #14055 )
2025-10-23 20:34:21 -07:00
block_builder.cc
Support Super Block Alignment ( #13909 )
2025-10-01 18:20:35 -07:00
block_builder.h
Support Super Block Alignment ( #13909 )
2025-10-01 18:20:35 -07:00
block_cache.cc
User defined index reader and iterator ( #13727 )
2025-07-15 10:37:20 -07:00
block_cache.h
User defined index reader and iterator ( #13727 )
2025-07-15 10:37:20 -07:00
block_prefetcher.cc
Add prefetch feature enum to FSSupportedOps ( #13917 )
2025-10-17 19:54:49 -07:00
block_prefetcher.h
Refactor FilePrefetchBuffer code ( #12097 )
2024-01-05 09:29:01 -08:00
block_prefix_index.cc
Fix bug with kHashSearch and changing prefix_extractor with SetOptions ( #10128 )
2022-06-10 08:51:45 -07:00
block_prefix_index.h
Fix bug with kHashSearch and changing prefix_extractor with SetOptions ( #10128 )
2022-06-10 08:51:45 -07:00
block_test.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
block_type.h
User defined index builder ( #13726 )
2025-07-08 15:10:10 -07:00
cachable_entry.h
Support pro-actively erasing obsolete block cache entries ( #12694 )
2024-06-07 08:57:11 -07:00
data_block_footer.cc
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
2020-02-20 12:09:57 -08:00
data_block_footer.h
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
2020-02-20 12:09:57 -08:00
data_block_hash_index.cc
Format files under table/ by clang-format ( #10852 )
2022-10-25 11:50:38 -07:00
data_block_hash_index.h
Fix build with gcc 13 by including <cstdint> ( #11118 )
2023-01-25 14:30:32 -08:00
data_block_hash_index_test.cc
Preliminary support for custom compression algorithms ( #13659 )
2025-06-16 14:19:03 -07:00
filter_block.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
filter_block_reader_common.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
filter_block_reader_common.h
Remove redundant no_io parameters to filter functions ( #12762 )
2024-06-12 18:47:11 -07:00
filter_policy.cc
Merge BuiltinFilterBitsBuilder into FilterBitsBuilder for accurate filter size estimation ( #14111 )
2025-11-10 14:47:36 -08:00
filter_policy_internal.h
Merge BuiltinFilterBitsBuilder into FilterBitsBuilder for accurate filter size estimation ( #14111 )
2025-11-10 14:47:36 -08:00
flush_block_policy.cc
Refactor/improve PartitionedIndexBuilder::AddIndexEntry ( #13828 )
2025-08-04 14:15:38 -07:00
flush_block_policy_impl.h
Refactor/improve PartitionedIndexBuilder::AddIndexEntry ( #13828 )
2025-08-04 14:15:38 -07:00
full_filter_block.cc
Merge BuiltinFilterBitsBuilder into FilterBitsBuilder for accurate filter size estimation ( #14111 )
2025-11-10 14:47:36 -08:00
full_filter_block.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
full_filter_block_test.cc
Merge BuiltinFilterBitsBuilder into FilterBitsBuilder for accurate filter size estimation ( #14111 )
2025-11-10 14:47:36 -08:00
hash_index_reader.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
hash_index_reader.h
Extend Get/MultiGet deadline support to table open ( #6982 )
2020-06-29 14:53:17 -07:00
index_builder.cc
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
index_builder.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
index_reader_common.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
index_reader_common.h
Eliminate some parameters redundant with ReadOptions ( #12761 )
2024-06-12 15:44:37 -07:00
mock_block_based_table.h
Remove deprecated block-based filter ( #10184 )
2022-06-16 15:51:33 -07:00
parsed_full_filter_block.cc
Hide FilterBits{Builder,Reader} from public API ( #9592 )
2022-02-17 16:34:46 -08:00
parsed_full_filter_block.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2023-01-11 14:20:40 -08:00
partitioned_filter_block.cc
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
partitioned_filter_block.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00
partitioned_filter_block_test.cc
Support Super Block Alignment ( #13909 )
2025-10-01 18:20:35 -07:00
partitioned_index_iterator.cc
Refactor FilePrefetchBuffer code ( #12097 )
2024-01-05 09:29:01 -08:00
partitioned_index_iterator.h
Fix an assertion failure in stress test ( #13988 )
2025-09-22 14:28:38 -07:00
partitioned_index_reader.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
partitioned_index_reader.h
Support pro-actively erasing obsolete block cache entries ( #12694 )
2024-06-07 08:57:11 -07:00
reader_common.cc
Prefer static_cast in place of most reinterpret_cast ( #12308 )
2024-02-07 10:44:11 -08:00
reader_common.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
uncompression_dict_reader.cc
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
uncompression_dict_reader.h
Big refactor for preliminary custom compression API ( #13540 )
2025-05-15 17:14:23 -07:00
user_defined_index_wrapper.h
Introduce tail estimation to prevent oversized compaction files ( #14051 )
2025-11-05 20:00:00 -08:00