v.25.7Improvement

Add a new server

Added a new server setting s3queue_disable_streaming which disables streaming in tables with S3Queue table engine. This setting is changeable without server restart. #82515 (Kseniia Sumarokova).
Introduced a new server setting s3queue_disable_streaming to disable streaming in tables using the S3Queue table engine.

Why it matters

This feature allows users to control streaming behavior in S3Queue tables by disabling streaming when necessary. It provides flexibility to manage data processing workflows and resource usage more effectively without requiring a server restart.

How to use it

To disable streaming in S3Queue tables, set the server setting s3queue_disable_streaming to true. This setting can be changed dynamically at runtime without restarting the ClickHouse server.