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 to 1000

Scope

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

Default

48

Description

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