Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

TaminoQPIOptimization

Choose query optimization strategy.


Syntax

TaminoQPIOptimization

graphics/TaminoQPIOptimization.png

NCName StringLiteral

Top of page

Description

A TaminoQPIOptimization is a query pragma that has the form of a QPI (query processing instruction), i.e., it is enclosed by "{?" and "?}". It directs the query processor to use an optimization strategy.

As optimization strategy you can use inlining of user-defined functions to minimize the overhead of function calls and to enable optimization across function boundaries. The parameter is inline and the following values are allowed:

"none" no inlining of user-defined functions is performed
"default" inlining of user-defined functions is performed when the inline hint is used
"full" all user-defined functions are inlined except those that directly or indirectly reference themselves

Top of page

Example

Top of page

Related Syntax Construct

The following construct(s) refer to this construct:

This construct is also related to the following construct(s):

TaminoQPIInline

Top of page