rocksdb/options
Peter Dillinger 11a61ca109 Support recompress-with-CompressionManager in sst_dump (#13783)
Summary:
So that we can use --command=recompress with a custom CompressionManager. (It's not required for reading files using a custom CompressionManager because those can already use ObjectLibrary for dependency injection.)

Suggested follow-up:
* These tests should not be using C arrays, snprintf, manual delete, etc. except for thin compatibility with argc/argv.

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

Test Plan: unit test added, some manual testing

Reviewed By: archang19

Differential Revision: D78574434

Pulled By: pdillinger

fbshipit-source-id: 609e6c6439090e6b7e9b63fbd4c2d3f04b104fcf
2025-07-21 08:37:50 -07:00
..
cf_options.cc Reduce universal compaction input lock time by forwarding intended compaction and re-picking (#13633) 2025-06-12 18:16:47 -07:00
cf_options.h Experimental, preliminary support for custom CompressionManager (#13626) 2025-05-21 10:09:46 -07:00
configurable.cc Preliminary support for custom compression algorithms (#13659) 2025-06-16 14:19:03 -07:00
configurable_helper.h Fix race to make BlockBasedTableOptions effectively mutable (#13082) 2024-10-25 10:24:54 -07:00
configurable_test.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
configurable_test.h Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
customizable.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
customizable_test.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
db_options.cc Remove fail_if_options_file_error DB option (#13504) 2025-04-09 14:18:33 -07:00
db_options.h Remove fail_if_options_file_error DB option (#13504) 2025-04-09 14:18:33 -07:00
offpeak_time_info.cc Mark more files for periodic compaction during offpeak (#12031) 2023-11-06 11:43:59 -08:00
offpeak_time_info.h Fix build on alpine 3.19 (#12345) 2024-02-12 11:24:56 -08:00
options.cc Reduce universal compaction input lock time by forwarding intended compaction and re-picking (#13633) 2025-06-12 18:16:47 -07:00
options_helper.cc Preliminary support for custom compression algorithms (#13659) 2025-06-16 14:19:03 -07:00
options_helper.h Support recompress-with-CompressionManager in sst_dump (#13783) 2025-07-21 08:37:50 -07:00
options_parser.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
options_parser.h Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
options_settable_test.cc User defined index builder (#13726) 2025-07-08 15:10:10 -07:00
options_test.cc Preliminary support for custom compression algorithms (#13659) 2025-06-16 14:19:03 -07:00