rocksdb/include/rocksdb
Jay Huh f300438c20 Mark offpeak feature production-ready (#12375)
Summary:
The feature was released in 8.9.0 and verified at Meta internally (via ZippyDB test tier). Marking the feature ready in production.

Wiki has been added in https://github.com/facebook/rocksdb/wiki/Daily-Off%E2%80%90peak-Time-Option

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12375

Test Plan: No code change. N/A

Reviewed By: cbi42

Differential Revision: D54128890

Pulled By: jaykorean

fbshipit-source-id: a6c728ab87657fc5263048e21c366053ec5717af
2024-02-23 13:26:22 -08:00
..
utilities Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
advanced_cache.h More fixes and enhancements for cache_bench (#12041) 2023-11-06 09:59:09 -08:00
advanced_options.h No filesystem reads during `Merge()` writes (#12365) 2024-02-21 13:15:27 -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 Export GetSequenceNumber functionality for Snapshots (#12354) 2024-02-16 10:28:41 -08:00
cache.h Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
cache_bench_tool.h Allow cache_bench/db_bench to use a custom secondary cache (#8312) 2021-05-19 15:26:18 -07:00
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 Deprecate some variants of Get and MultiGet (#12327) 2024-02-16 09:21:06 -08:00
db_bench_tool.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 2020-02-20 12:09:57 -08:00
db_dump_tool.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
db_stress_tool.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 2020-02-20 12:09:57 -08:00
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 KeySegmentsExtractor and prototype higher-dimensional filtering (#12075) 2024-02-15 15:39:55 -08:00
file_checksum.h Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
file_system.h Change ReadAsync callback API to remove const from FSReadRequest (#11649) 2024-02-16 09:14:55 -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 Some API clarifications (#9080) 2021-11-02 20:30:07 -07:00
functor_wrapper.h Fix and detect headers with missing dependencies (#8893) 2021-09-10 10:00:26 -07:00
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 offpeak feature production-ready (#12375) 2024-02-23 13:26:22 -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 Add a perf level for measuring user thread block time (#12368) 2024-02-22 12:14:53 -08: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 Fix and detect headers with missing dependencies (#8893) 2021-09-10 10:00:26 -07:00
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 support in SstFileWriter to not persist user defined timestamps (#12348) 2024-02-13 20:30:07 -08:00
sst_partitioner.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
statistics.h Sync tickers and histograms across C++ and Java (#12355) 2024-02-15 17:22:03 -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 Use format_version=6 by default (#12352) 2024-02-15 11:23:48 -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 Update comments, fix typos. (#8721) 2021-08-27 13:16:32 -07:00
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.1.0 release (#12360) 2024-02-16 18:26:48 -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