Constrains the join algorithm choices available to the optimizer under certain circumstances.
1 – 4294967295
100000
Can be set temporary, for a user or for the PUBLIC group. Takes effect immediately.
MIN_SMPDJ_OR_HPDJ_TABLE_SIZE allows you to control the minimum number of rows that must be present in a table (or a UNION ALL view of tables) before the join optimizer considers using either the hash push-down join (HPDJ) or the sort-merge push-down join (SMPDJ) algorithms. Under most circumstances, you do not need to change the value of this option.