system.quota_limits
Columns:
- (String) — Quota name.
- duration
() — Length of the time interval for calculating resource consumption, in seconds.
- is_randomized_interval
(UInt8) — Logical value. It shows whether the interval is randomized. Interval always starts at the same time if it is not randomized. For example, an interval of 1 minute always starts at an integer number of minutes (i.e. it can start at 11:20:00, but it never starts at 11:20:01), an interval of one day always starts at midnight UTC. If interval is randomized, the very first interval starts at random time, and subsequent intervals starts one by one. Values:
- 0
— Interval is not randomized.
- — Interval is randomized.
- max_queries
((UInt64)) — Maximum number of queries.
- max_query_selects
((UInt64)) — Maximum number of select queries.
- max_query_inserts
((UInt64)) — Maximum number of insert queries.
- ((UInt64)) — Maximum number of errors.
- max_result_rows
((UInt64)) — Maximum number of result rows.
- max_result_bytes
((UInt64)) — Maximum number of RAM volume in bytes used to store a queries result.
- max_read_rows
((UInt64)) — Maximum number of rows read from all tables and table functions participated in queries.
- ((UInt64)) — Maximum number of bytes read from all tables and table functions participated in queries.
- max_execution_time
((Float64)) — Maximum of the query execution time, in seconds.