목차

Search

  1. 서문
  2. 매핑
  3. 맵렛
  4. 매핑 매개 변수
  5. 매개 변수를 할당할 위치
  6. 매핑 출력
  7. SQL 쿼리에서 매핑 생성
  8. 동적 매핑
  9. 동적 매핑을 개발 및 실행하는 방법
  10. 동적 매핑 사용 사례
  11. 매핑 관리
  12. PowerCenter로 내보내기
  13. PowerCenter에서 가져오기
  14. 성능 조정
  15. 푸시다운 최적화
  16. 분할된 매핑
  17. Developer tool 이름 지정 규칙

Developer 매핑 가이드

Developer 매핑 가이드

Optimizer Levels

Optimizer Levels

The Data Integration Service optimizes mappings based on the optimizer level that you configure. Configure the optimizer level property when you want the mapping to use an optimizer level other than the default.
다음과 같은 최적화 수준 중 하나를 선택할 수 있습니다.
자동
데이터 통합 서비스가 실행 모드와 매핑 콘텐츠에 기반하여 최적화를 적용합니다.
없음
데이터 통합 서비스가 최적화를 적용하지 않습니다.
최소
데이터 통합 서비스가 초기 예측 최적화 방법을 적용합니다.
일반
데이터 통합 서비스가 초기 예측, 초기 선택, 분기 잘라내기, 푸시인, 글로벌 조건자 최적화 및 조건자 최적화 방법을 적용합니다.
전체
데이터 통합 서비스가 비용 기반, 초기 예측, 초기 선택, 분기 잘라내기, 조건자, 푸시인, 반 조인 및 데이터십 조인 최적화 방법을 적용합니다.
기본값은 자동입니다.
When you run the mapping from the
Run
menu or mapping editor in the Developer tool, the Data Integration Service applies the optimizer level in the mapping configuration. When you run the mapping from the command line, the Data Integration Service applies the optimization level from the mapping deployment properties in the application.
The Data Integration Service does not apply the pushdown optimization method with an optimizer level. You can configure pushdown optimization for a mapping in the mapping run-time properties.