Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

promql_* session settings

These settings are available in system.settings and are autogenerated from source.

promql_database

Experimental feature
Version history
VersionDefault valueComment
25.8New experimental setting

Specifies the database name used by the ‘promql’ dialect. Empty string means the current database.

promql_evaluation_time

Experimental feature

Aliases: evaluation_time

Type
FloatAuto
Default
auto
Version history
VersionDefault valueComment
25.9autoThe setting was renamed. The previous name is `evaluation_time`.

Sets the evaluation time to be used with promql dialect. ‘auto’ means the current time.

promql_table

Experimental feature
Version history
VersionDefault valueComment
25.8New experimental setting

Specifies the name of a TimeSeries table used by the ‘promql’ dialect.

Navigation