v.22.5Improvement
Clickhouse-benchmark Supports Environment Variable Authentication
Now clickhouse-benchmark can read authentication info from environment variables. #36497 (Anton Kozlov).
Why it matters
This feature simplifies the authentication process for users runningclickhouse-benchmark by allowing credentials to be securely provided through environment variables instead of command-line parameters or configuration files.How to use it
Set the necessary environment variables for authentication (such asCLICKHOUSE_USER, CLICKHOUSE_PASSWORD, etc.) before running clickhouse-benchmark. The tool will automatically read these variables to authenticate with the ClickHouse server.