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).Why it matters
This feature allows users to control streaming behavior inS3Queue 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 inS3Queue tables, set the server setting s3queue_disable_streaming to true. This setting can be changed dynamically at runtime without restarting the ClickHouse server.