MTQQuery
Use this parameter to enable multi-threaded query processing when calculating a view to be used as a TurboIntegrator process datasource.
Parameter type: optional, dynamic
If the value of the MTQ
parameter is 1 (or OFF), this functionality is turned
off entirely and cannot be overridden.
The value of MTQQuery
can be overridden on a per-TI basis by calling the
EnableMTQViewConstruct
and DisableMTQViewConstruct
TI
functions.
If MTQQuery
=F, EnableMTQViewConstruct()
can be called to
override this value on a per-TI basis.
If MTQQuery
=T (the default), DisableMTQViewConstruct()
can be
called to disable the functionality for individual TIs.
Default value is True.