v.22.8New Feature

Query Parameters in Interactive Mode for Native Protocol Settings

Query parameters can be set in interactive mode as SET param_abc = 'def' and transferred via the native protocol as settings. #39906 (Nikita Taranov).
Introduces support for setting query parameters interactively using SET statements and passing them via the native protocol as settings.

Why it matters

This feature allows users to define and transfer query parameters dynamically during interactive sessions or through the native protocol, improving query flexibility and parameter management.

How to use it

Users can set a query parameter within an interactive session using syntax like:

SET param_abc = 'def'


These parameters can also be sent through the native protocol as query settings to customize query execution.