v.23.11New Feature
Introduce storage_metadata_write_full_object_key Feature for Enhanced Metadata Flexibility
Introduce the featurestorage_metadata_write_full_object_key. If it is set astruethen metadata files are written with the new format. With that format ClickHouse stores full remote object key in the metadata file which allows better flexibility and optimization. #55566 (Sema Checherinda).
Why it matters
This feature improves flexibility and optimization when handling metadata files by storing the complete remote object key, which enhances metadata management and remote storage operations.How to use it
Set thestorage_metadata_write_full_object_key setting to true to enable writing metadata files with the full remote object key in the new format.