MIN_NLPDJ_TABLE_SIZE option

Function

Specifies the minimum number of rows which must be present in a table before the join optimizer considers using the nested loop push-down join (NLPD) algorithm.

Allowed values

1 to 4294967295

Scope

Can be set temporary, for a user or for the PUBLIC group. Takes effect immediately.

Default

10000

Description

This option allows you to control the minimum number of rows in a table before the join optimizer considers using the nested loop push-down join algorithm. Under most circumstances you do not need to change the value of this option.