v.23.3New Feature
Add HTTP Settings for Query Wait and Response Buffer Size
Add settingshttp_wait_end_of_queryandhttp_response_buffer_sizethat corresponds to URL paramswait_end_of_queryandbuffer_sizefor the HTTP interface. This allows changing these settings in the profiles. #47108 (Vladimir C).
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 configurehttp_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.