rocksdb/unreleased_history/behavior_changes
Peter Dillinger 45c105104b Set optimize_filters_for_memory by default (#12377)
Summary:
This feature has been around for a couple of years and users haven't reported any problems with it.

Not quite related: fixed a technical ODR violation in public header for info_log_level in case DEBUG build status changes.

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

Test Plan: unit tests updated, already in crash test. Some unit tests are expecting specific behaviors of optimize_filters_for_memory=false and we now need to bake that in.

Reviewed By: jowlyzhang

Differential Revision: D54129517

Pulled By: pdillinger

fbshipit-source-id: a64b614840eadd18b892624187b3e122bab6719c
2024-04-30 08:33:31 -07:00
..
.gitkeep Better management of unreleased HISTORY (#11481) 2023-05-30 16:42:49 -07:00
block_align_compression_incompat.md Prevent data block compression with `BlockBasedTableOptions::block_align` (#12592) 2024-04-26 20:05:30 -07:00
default_compaction_options_compression.md change default `CompactionOptions::compression` while deprecating it (#12587) 2024-04-26 13:03:21 -07:00
default_optimize_filters_for_memory.md Set optimize_filters_for_memory by default (#12377) 2024-04-30 08:33:31 -07:00
dump_all_keys.md Add dump all keys for cache dumper impl (#12500) 2024-04-12 10:47:13 -07:00
refit_to_l0.md Disallow refitting more than 1 file from non-L0 to L0 (#12481) 2024-03-29 10:52:36 -07:00
retry_on_corruption.md Retry DB::Open upon a corruption detected while reading the MANIFEST (#12518) 2024-04-18 17:36:33 -07:00