Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

min_execution_speed_* session settings

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

min_execution_speed

Type
UInt64
Default
0

Minimal execution speed in rows per second. Checked on every data block when timeout_before_checking_execution_speed expires. If the execution speed is lower, an exception is thrown.

min_execution_speed_bytes

Type
UInt64
Default
0

The minimum number of execution bytes per second. Checked on every data block when timeout_before_checking_execution_speed expires. If the execution speed is lower, an exception is thrown.

Navigation