Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_number_* 세션 설정

이 설정은 system.settings에서 확인할 수 있으며, 소스를 기반으로 자동 생성됩니다.

max_number_of_partitions_for_independent_aggregation

유형
UInt64
기본값
128

파티션별 독립 집계를 적용할 수 있는 테이블의 최대 파티션 수입니다. allow_aggregate_partitions_independently의 비용 휴리스틱에 사용됩니다.

max_number_of_partitions_for_independent_distinct

유형
UInt64
기본값
128
버전 이력
버전기본값설명
26.8128새로운 설정: 파티션별로 독립적인 `DISTINCT`를 적용할 최대 파티션 수입니다.

파티션별로 독립적인 DISTINCT를 적용할 수 있는 테이블의 최대 파티션 수입니다. allow_distinct_partitions_independently의 비용 휴리스틱에 사용됩니다.

max_number_of_partitions_for_independent_window

유형
UInt64
기본값
128
버전 이력
버전기본값설명
26.8128새로운 설정: 파티션별로 독립적인 윈도우 함수 평가를 적용할 최대 파티션 수입니다.

파티션별로 독립적인 윈도우 함수 평가를 적용할 수 있는 테이블의 최대 파티션 수입니다. allow_window_partitions_independently의 비용 휴리스틱에 사용됩니다.

Navigation