v.23.11New Feature

Introduce storage_metadata_write_full_object_key Feature for Enhanced Metadata Flexibility

Introduce the feature storage_metadata_write_full_object_key. If it is set as true then 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).
Introduces the feature storage_metadata_write_full_object_key that enables writing metadata files in a new format containing the full remote object key.

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 the storage_metadata_write_full_object_key setting to true to enable writing metadata files with the full remote object key in the new format.