> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-trino-dialect.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 모든 QUOTA의 모든 인터벌에 대한 최대값 정보를 담고 있는 시스템 테이블입니다. 하나의 QUOTA에 여러 개의 행이 대응될 수도 있고, 아예 없을 수도 있습니다.

# system.quota_limits

<div id="description">
  ## 설명
</div>

각 QUOTA의 모든 인터벌에 대한 최대값 정보가 포함됩니다. 하나의 QUOTA에 0개 이상의 행이 해당할 수 있습니다.

<div id="columns">
  ## 컬럼
</div>

* `quota_name` ([String](/ko/reference/data-types/string)) — QUOTA 이름입니다.
* `duration` ([UInt32](/ko/reference/data-types/int-uint)) — 리소스 활용량을 계산하는 시간 인터벌의 길이(초)입니다.
* `is_randomized_interval` ([UInt8](/ko/reference/data-types/int-uint)) — Boolean 값입니다. 인터벌이 무작위화되었는지 여부를 나타냅니다. 무작위화되지 않은 인터벌은 항상 같은 시각에 시작됩니다. 예를 들어 1분 인터벌은 항상 정각 분에 시작됩니다(즉, 11:20:00에 시작할 수는 있지만 11:20:01에 시작하지는 않습니다). 1일 인터벌은 항상 UTC 자정에 시작됩니다. 인터벌이 무작위화되면 첫 번째 인터벌은 임의의 시각에 시작하고, 이후 인터벌은 차례로 시작됩니다. 값: 0 — 인터벌이 무작위화되지 않음, 1 — 인터벌이 무작위화됨.
* `max_queries` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 실행할 수 있는 모든 유형의 쿼리 최대 수입니다.
* `max_query_selects` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 실행할 수 있는 SELECT 쿼리의 최대 수입니다.
* `max_query_inserts` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 실행할 수 있는 INSERT 쿼리의 최대 수입니다.
* `max_errors` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내에 허용되는 오류 발생 쿼리의 최대 수입니다.
* `max_result_rows` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 결과 집합의 허용되는 총 행 수 최대값입니다.
* `max_result_bytes` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 결과 집합의 허용되는 총 바이트 수 최대값입니다.
* `max_read_rows` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 실행 중 읽을 수 있는 최대 행 수입니다.
* `max_read_bytes` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 실행 중 읽을 수 있는 최대 바이트 수입니다.
* `max_execution_time` ([Nullable(Float64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 실행에 허용되는 최대 시간(나노초)입니다.
* `max_written_bytes` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내 모든 쿼리 실행 중 쓸 수 있는 최대 바이트 수입니다.
* `max_failed_sequential_authentications` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내에 허용되는 연속 인증 실패의 최대 횟수입니다.
* `max_queries_per_normalized_hash` ([Nullable(UInt64)](/ko/reference/data-types/nullable)) — 지정된 기간 내에 허용되는 단일 정규화 쿼리의 최대 실행 횟수입니다.
