rocksdb/tools
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
..
advisor Deprecate random access max buffer size references - take #2 (#13288) 2025-01-10 15:32:38 -08:00
block_cache_analyzer internal_repo_rocksdb 2024-10-14 03:01:20 -07:00
dump Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
analyze_txn_stress_test.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
auto_sanity_test.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
backup_db.sh Revamp check_format_compatible.sh (#8012) 2021-03-02 11:42:27 -08:00
benchmark.sh optimize file size statistics in benchmark script (#12363) 2024-02-21 15:45:18 -08:00
benchmark_ci.py internal_repo_rocksdb 2024-10-14 03:01:20 -07:00
benchmark_compare.sh Fix file modes (#10815) 2022-10-13 09:00:37 -07:00
benchmark_leveldb.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
blob_dump.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
check_all_python.py internal_repo_rocksdb 2024-10-14 03:01:20 -07:00
check_format_compatible.sh Start development 10.5 (#13719) 2025-06-20 21:02:39 -07:00
CMakeLists.txt Mark dependencies as PRIVATE and fix missing dependencies in tools. (#6790) 2020-05-12 21:07:55 -07:00
db_bench.cc Add (& fix) some simple source code checks (#8821) 2021-09-07 21:19:27 -07:00
db_bench_tool.cc Add Exit Hooks to ToolHooks (#13772) 2025-07-16 11:56:35 -07:00
db_bench_tool_test.cc Delete max_write_buffer_number_to_maintain (#13491) 2025-04-07 21:44:36 -07:00
db_crashtest.py Connect custom compression to crash test and ObjectLibrary (#13710) 2025-06-19 12:54:15 -07:00
db_repl_stress.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
db_sanity_test.cc Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
dbench_monitor Fix /bin/bash shebangs 2017-08-03 15:56:46 -07:00
Dockerfile adding docker build script and dockerfile 2015-05-22 16:03:39 -07:00
generate_random_db.sh Format compatibility test cover compressions, including mixed (#13414) 2025-02-25 00:12:34 -08:00
ingest_external_sst.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
io_tracer_parser.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
io_tracer_parser_test.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
io_tracer_parser_tool.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
io_tracer_parser_tool.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
ldb.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
ldb_cmd.cc Publish/support format_version=7, related enhancements (#13713) 2025-06-20 17:39:47 -07:00
ldb_cmd_impl.h Fix a bug for surfacing write unix time (#13057) 2024-10-08 11:31:51 -07:00
ldb_cmd_test.cc Fix tests broken by gtest upgrade (#13661) 2025-06-04 10:44:17 -07:00
ldb_test.py internal_repo_rocksdb 2024-10-14 03:01:20 -07:00
ldb_tool.cc Clean up some CFOptions code hygiene, fix SetOptions() bug (#13294) 2025-01-15 13:11:40 -08:00
pflag Fix /bin/bash shebangs 2017-08-03 15:56:46 -07:00
reduce_levels_test.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
regression_test.sh Fix regression script for async_io benchmarks (#11462) 2023-05-22 15:32:12 -07:00
restore_db.sh Revamp check_format_compatible.sh (#8012) 2021-03-02 11:42:27 -08:00
rocksdb_dump_test.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
run_blob_bench.sh add exe and script path check (#11621) 2023-07-19 12:05:24 -07:00
run_flash_bench.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
run_leveldb.sh Add copyright headers per FB open-source checkup tool. (#5199) 2019-04-18 10:55:01 -07:00
sample-dump.dmp First version of rocksdb_dump and rocksdb_undump. 2015-06-19 16:24:36 -07:00
simulated_hybrid_file_system.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
simulated_hybrid_file_system.h Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
sst_dump.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
sst_dump_test.cc Support recompress-with-CompressionManager in sst_dump (#13783) 2025-07-21 08:37:50 -07:00
sst_dump_tool.cc Support recompress-with-CompressionManager in sst_dump (#13783) 2025-07-21 08:37:50 -07:00
tool_hooks.cc Allow for Customizable DB Open Hooks for DB Bench (#13326) 2025-01-29 15:30:12 -08:00
trace_analyzer.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
trace_analyzer_test.cc internal_repo_rocksdb (435146444452818992) (#12115) 2023-12-01 11:15:17 -08:00
trace_analyzer_tool.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
trace_analyzer_tool.h Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
verify_random_db.sh Fix some bugs in verify_random_db.sh (#10112) 2022-06-03 16:35:13 -07:00
write_external_sst.sh Revamp check_format_compatible.sh (#8012) 2021-03-02 11:42:27 -08:00
write_stress.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
write_stress_runner.py internal_repo_rocksdb 2024-10-14 03:01:20 -07:00