disable MergeTree 설정

disable MergeTree 설정 (disable_*_partition_for_zero_copy_replication MergeTree settings)

이 문서는 제로 카피 복제에서 특정 파티션 쿼리를 비활성화하는 MergeTree 설정들을 다루는 페이지예요. DETACH, FETCH, FREEZE PARTITION 쿼리를 각각 비활성화합니다.

출처: 문서

본문

이 설정들은 system.merge_tree_settings에서 확인할 수 있으며 ClickHouse 소스에서 자동 생성됩니다.

disable_detach_partition_for_zero_copy_replication

제로 카피 복제를 위해 DETACH PARTITION 쿼리를 비활성화해요.

disable_fetch_partition_for_zero_copy_replication

제로 카피 복제를 위해 FETCH PARTITION 쿼리를 비활성화해요.

disable_freeze_partition_for_zero_copy_replication

제로 카피 복제를 위해 FREEZE PARTITION 쿼리를 비활성화해요.

더 알아보기 (Learn more)