system.quotas_usage
所有用户配额使用情况.
列信息:
quota_name
(String) — 配额名称.quota_key
(String) — 配额key值.is_current
(UInt8) — 当前用户配额使用情况.start_time
(Nullable(DateTime))) — 计算资源消耗的开始时间.end_time
(Nullable(DateTime))) — 计算资源消耗的结束时间.duration
(Nullable(UInt32)) — 计算资源消耗的时间间隔长度,单位为秒.queries
(Nullable(UInt64)) — 在此间隔内的请求总数.max_queries
(Nullable(UInt64)) — 最大请求数.query_selects
(Nullable(UInt64)) — 此间隔内查询请求的总数.max_query_selects
(Nullable(UInt64)) — 查询请求的最大数量.query_inserts
(Nullable(UInt64)) — 此间隔内插入请求的总数.max_query_inserts
(Nullable(UInt64)) — 最大插入请求数.errors
(Nullable(UInt64)) — 抛出异常的查询数.max_errors
(Nullable(UInt64)) — 最大误差数.result_rows
(Nullable(UInt64)) — 结果给出的总行数.max_result_rows
(Nullable(UInt64)) — 从表中读取的最大源行数.result_bytes
(Nullable(UInt64)) — 用于存储查询结果的RAM容量(以字节为单位).max_result_bytes
(Nullable(UInt64)) — 用于存储查询结果的最大RAM容量, 以字节为单位.read_rows
(Nullable(UInt64))) — 为在所有远程服务器上运行查询而从表中读取的源行总数.max_read_rows
(Nullable(UInt64)) — 参与查询的所有表和表函数中读取的最大行数.read_bytes
(Nullable(UInt64)) — 参与查询的所有表和表函数中读取的总字节数.max_read_bytes
(Nullable(UInt64)) — 所有表和表函数中读取的最大字节数.execution_time
(Nullable(Float64)) — 总查询执行时间, 以秒为单位(挂墙时间).max_execution_time
(Nullable(Float64)) — 查询最大执行时间.