v.23.3New Feature

Add HTTP Settings for Query Wait and Response Buffer Size

Add settings http_wait_end_of_query and http_response_buffer_size that corresponds to URL params wait_end_of_query and buffer_size for the HTTP interface. This allows changing these settings in the profiles. #47108 (Vladimir C).
Added new ClickHouse HTTP interface settings http_wait_end_of_query and http_response_buffer_size which correspond to the URL parameters wait_end_of_query and buffer_size.

Why it matters

These settings allow users to control query completion waiting behavior and HTTP response buffering through user profiles, enabling more flexible and fine-grained management of HTTP query execution and data transfer.

How to use it

Users can configure http_wait_end_of_query and http_response_buffer_size in their ClickHouse user profiles or pass wait_end_of_query and buffer_size as URL parameters when sending HTTP requests to the ClickHouse server.