v.19.14Improvement

Allow User to Override Poll_interval and Idle_connection_timeout Settings on Connection

Allow user to override poll_interval and idle_connection_timeout settings on connection. #6230 (alexey-milovidov)
Allows users to override the poll_interval and idle_connection_timeout settings on individual connections.

Why it matters

This feature provides more granular control over connection behavior by letting users customize how frequently the client polls and how long idle connections are kept open. It solves the issue of having fixed global settings that may not suit all use cases, improving flexibility and resource management.

How to use it

Users can override the poll_interval and idle_connection_timeout settings by specifying them in the connection parameters or configuration when establishing a connection to the ClickHouse server.