The Data Integration Service optimizes web services based on the optimizer level that you configure. Configure the optimizer level when you want the web service to use an optimizer level other than the normal. By default, each web service uses the normal optimizer level.
You can choose one of the following optimizer levels:
0 (None)
The Data Integration Service does not apply any optimization.
1 (Minimal)
The Data Integration Service applies the early projection optimization method.
2 (Normal)
The Data Integration Service applies the early projection, early selection, branch pruning, push-into, global predicate optimization, and predicate optimization methods.
3 (Full)
The Data Integration Service applies the cost-based, early projection, early selection, branch pruning, predicate, push-into, semi-join, and dataship-join optimization methods.
Default is 2 (Normal).
You can use one or more of the following methods to configure the optimizer level for a web service:
Configure the optimizer level for data preview of a web service before you deploy it to a Data Integration Service.
Configure the optimization level for deployed web services that run on a specific Data Integration Service.
Configure the optimizer level in the header of the web service request for a deployed web service.