这些设置可在 system.settings 中查看,并由 源代码 自动生成。
min_execution_speed
类型
UInt64
默认值
0
最小执行速度,单位为每秒行数。当
timeout_before_checking_execution_speed
到期时,会对每个数据块进行检查。如果执行速度低于该值,则会抛出异常。
min_execution_speed_bytes
类型
UInt64
默认值
0
每秒执行字节数的最小值。在
timeout_before_checking_execution_speed
到期后,会对每个数据块进行检查。如果执行速度低于该值,则会抛出异常。