MIN_NLPDJ_TABLE_SIZE option

Function

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

Allowed values

1 – 4294967295

Default

10000

Scope

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

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.