..
utilities
Remove the force mode for EnableFileDeletions API ( #12337 )
2024-02-13 18:36:25 -08:00
advanced_cache.h
More fixes and enhancements for cache_bench ( #12041 )
2023-11-06 09:59:09 -08:00
advanced_options.h
Remove deprecated option `ignore_max_compaction_bytes_for_input` ( #12323 )
2024-02-02 17:09:42 -08:00
block_cache_trace_writer.h
Update header file to include right copyright ( #10854 )
2022-10-24 16:13:16 -07:00
c.h
Remove the force mode for EnableFileDeletions API ( #12337 )
2024-02-13 18:36:25 -08:00
cache.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
cache_bench_tool.h
…
cleanable.h
Eliminate unnecessary (slow) block cache Ref()ing in MultiGet ( #9899 )
2022-04-26 21:59:24 -07:00
compaction_filter.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
compaction_job_stats.h
Compare the number of input keys and processed keys for compactions ( #11571 )
2023-07-28 09:47:31 -07:00
comparator.h
Add some convenience util APIs to facilitate using U64Ts ( #11888 )
2023-09-25 19:00:39 -07:00
compression_type.h
Add CompressionOptions to the compressed secondary cache ( #12234 )
2024-01-16 12:21:27 -08:00
concurrent_task_limiter.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
configurable.h
Remove RocksDB LITE ( #11147 )
2023-01-27 13:14:19 -08:00
convenience.h
Group rocksdb.sst.read.micros stat by different user read IOActivity + misc ( #11444 )
2023-08-08 17:26:50 -07:00
customizable.h
Remove RocksDB LITE ( #11147 )
2023-01-27 13:14:19 -08:00
data_structure.h
Improve SmallEnumSet ( #11178 )
2023-02-08 20:14:57 -08:00
db.h
Remove the force mode for EnableFileDeletions API ( #12337 )
2024-02-13 18:36:25 -08:00
db_bench_tool.h
…
db_dump_tool.h
Remove RocksDB LITE ( #11147 )
2023-01-27 13:14:19 -08:00
db_stress_tool.h
…
env.h
Remove WritableFile(FSWritableFile)::GetFileSize default implementation ( #12303 )
2024-01-30 09:49:32 -08:00
env_encryption.h
Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/env_encryption.h
2024-01-23 08:35:47 -08:00
experimental.h
Add manifest fix-up utility for file temperatures ( #9683 )
2022-03-18 16:35:51 -07:00
file_checksum.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
file_system.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
filter_policy.h
Make RibbonFilterPolicy::bloom_before_level mutable (SetOptions()) ( #11838 )
2023-09-15 15:46:10 -07:00
flush_block_policy.h
…
functor_wrapper.h
…
io_status.h
clang format files under include/ ( #10850 )
2022-10-24 14:09:32 -07:00
iostats_context.h
clang format files under include/ ( #10850 )
2022-10-24 14:09:32 -07:00
iterator.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
ldb_tool.h
Remove RocksDB LITE ( #11147 )
2023-01-27 13:14:19 -08:00
listener.h
Lightweight verification of MANIFEST file after close on shutdown ( #12174 )
2023-12-28 18:25:29 -08:00
memory_allocator.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
memtablerep.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
merge_operator.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
metadata.h
Support range deletion tombstones in `CreateColumnFamilyWithImport` ( #11252 )
2023-03-13 11:06:59 -07:00
options.h
Mark wal_compression feature as production-ready ( #12336 )
2024-02-07 15:06:04 -08:00
perf_context.h
Much better stats for seeks and prefix filtering ( #11460 )
2023-05-19 15:25:49 -07:00
perf_level.h
clang format files under include/ ( #10850 )
2022-10-24 14:09:32 -07:00
persistent_cache.h
clang format files under include/ ( #10850 )
2022-10-24 14:09:32 -07:00
port_defs.h
Add SystemClock::TimedWait() function ( #11753 )
2023-08-29 18:39:10 -07:00
rate_limiter.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
rocksdb_namespace.h
…
secondary_cache.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
slice.h
Avoid allocations/copies for large `GetMergeOperands()` results ( #10458 )
2022-08-04 00:42:13 -07:00
slice_transform.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
snapshot.h
Snapshots with user-specified timestamps ( #9879 )
2022-06-10 16:07:03 -07:00
sst_dump_tool.h
Remove RocksDB LITE ( #11147 )
2023-01-27 13:14:19 -08:00
sst_file_manager.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
sst_file_reader.h
Group SST write in flush, compaction and db open with new stats ( #11910 )
2023-12-29 15:29:23 -08:00
sst_file_writer.h
Add some missing status checks in SstFileWriter ( #12281 )
2024-01-25 10:44:00 -08:00
sst_partitioner.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
statistics.h
Remove misspelled tickers used in error handler ( #12302 )
2024-01-29 15:28:37 -08:00
stats_history.h
More refactoring ahead of footer & meta changes ( #9240 )
2021-12-10 08:13:26 -08:00
status.h
Improve efficiency of create_missing_column_families, light refactor ( #11920 )
2023-10-04 14:14:22 -07:00
system_clock.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
table.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
table_properties.h
Rename IntTblPropCollector -> InternalTblPropColl ( #12320 )
2024-02-02 14:14:43 -08:00
table_reader_caller.h
Refactor block cache tracing APIs ( #10811 )
2022-10-21 12:15:35 -07:00
thread_status.h
GetEntity Support for ReadOnlyDB and SecondaryDB ( #11799 )
2023-09-15 08:30:44 -07:00
threadpool.h
Remove unnecessary, confusing 'extern' ( #12300 )
2024-01-29 10:38:08 -08:00
trace_reader_writer.h
…
trace_record.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
trace_record_result.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
transaction_log.h
clang format files under include/ ( #10850 )
2022-10-24 14:09:32 -07:00
types.h
Expose more info about input files in `CompactionFilter::Context` ( #11857 )
2023-09-20 13:34:39 -07:00
unique_id.h
Adjust public APIs to prefer 128-bit SST unique ID ( #10009 )
2022-05-17 18:43:48 -07:00
universal_compaction.h
Use actual file size when checking max_compaction_size ( #10728 )
2022-09-30 10:50:44 -07:00
version.h
Start 9.0.0 release ( #12256 )
2024-01-20 08:38:20 -08:00
wal_filter.h
Remove 'virtual' when implied by 'override' ( #12319 )
2024-01-31 13:14:42 -08:00
wide_columns.h
AttributeGroups - PutEntity Implementation ( #11977 )
2023-11-06 16:52:51 -08:00
write_batch.h
Fix warnings when using API ( #12066 )
2023-11-13 20:03:44 -08:00
write_batch_base.h
Stubs for piping write time ( #12043 )
2023-11-09 15:58:07 -08:00
write_buffer_manager.h
Add `SetAllowStall()` ( #11335 )
2023-03-30 09:43:33 -07:00