Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_dictionary_* 서버 설정

이 설정은 ClickHouse 서버 구성을 위한 것이며 ClickHouse 소스에서 자동 생성됩니다.

max_dictionary_num_to_throw

유형
UInt64
기본값
0
재시작 없이 변경 가능
Yes

딕셔너리 수가 이 값보다 크면 서버에서 예외를 발생시킵니다.

다음 데이터베이스 엔진의 테이블만 계산합니다:

  • Atomic
  • Ordinary
  • Replicated
  • Lazy

예시

<max_dictionary_num_to_throw>400</max_dictionary_num_to_throw>

max_dictionary_num_to_warn

유형
UInt64
기본값
1000
재시작 없이 변경 가능
Yes

attached 상태인 딕셔너리 수가 지정된 값을 초과하면 ClickHouse 서버는 system.warnings 테이블에 경고 메시지를 추가합니다.

예시

<max_dictionary_num_to_warn>400</max_dictionary_num_to_warn>
Navigation