Skip to main content
이 설정은 system.settings에서 확인할 수 있으며, 소스 코드에서 자동 생성됩니다.

rewrite_count_distinct_if_with_count_distinct_implementation

count_distinct_implementation 설정을 사용해 countDistcintIf를 재작성할 수 있습니다. 가능한 값:
  • true — 허용합니다.
  • false — 허용하지 않습니다.

rewrite_in_to_join

‘x IN subquery’와 같은 표현식을 JOIN으로 재작성합니다. 이는 JOIN 재정렬을 통해 전체 쿼리를 최적화하는 데 유용할 수 있습니다.
마지막 수정일 2026년 7월 24일