Open
Description
Some settings can be applied to specific queries using the SETTINGS
keywords or the the current session using SET
(eg. max_insert_threads
). On the other hand, we can have settings that that must go into the profile and only takes effect on server restarts (eg. http_max_field_value_size
, #36783).
We should distinguish these types of settings in the docs either grouping them into categories, or labelling the ones that require a server restart