restore_replace_* 세션 설정
restore_replace_* 세션 설정
이 페이지에서는 복원(restore) 시 외부 소스를 Null로 대체하는 restore_replace_* 세션 설정들을 다뤄요. 주로 테스트 목적으로 외부 연결을 막기 위해 사용돼요. 이 설정들은 system.settings 테이블에서 확인할 수 있으며 ClickHouse 소스에서 자동 생성돼요.
출처: 문서
본문
이 설정들은 system.settings에서 확인할 수 있으며 소스에서 자동 생성돼요.
restore_replace_external_dictionary_source_to_null
복원 시 외부 사전 소스를 Null로 대체해요. 테스트 목적에 유용해요.
restore_replace_external_engines_to_null
테스트 목적이에요. 외부 연결을 시작하지 않도록 모든 외부 엔진을 Null로 대체해요.
restore_replace_external_table_functions_to_null
테스트 목적이에요. 외부 연결을 시작하지 않도록 모든 외부 테이블 함수를 Null로 대체해요.