v.24.1Improvement
Avoid Sending ComposeObject Requests After GCS Upload
Avoid sendingComposeObjectrequests after upload toGCS. #58343 (Azat Khuzhin).
Why it matters
This feature prevents unnecessaryComposeObject requests when uploading data to Google Cloud Storage (GCS), optimizing the upload process and reducing potential overhead or errors related to object composition operations.How to use it
This behavior is applied automatically in ClickHouse during uploads toGCS; users do not need to perform any additional configuration to benefit from this improvement.