MAX_IQ_THREADS_PER_TEAM option

Function

Controls the number of threads allocated to perform a single operation (such as a LIKE predicate on a column) executing within a connection.

Allowed values

1 – 10000

Default

144

Scope

Can be temporary or permanent. Does not require DBA permissions to set. Can be set for the PUBLIC group only. Takes effect immediately.

Description

Allows you to constrain the number of threads (and thereby the amount of system resources) allocated to a single operation. The total for all simultaneously executing teams for this connection is limited by the related option, MAX_IQ_THREADS_PER_CONNECTION. For most applications, use the default.