OPTIM_KEY_INV_RATE 

The database parameter OPTIM_KEY_INV_RATE determines which optimizing algorithm should be used. This depends on whether it would be better to use the index or the primary key.

If relationship 1 is OPTIM_KEY_INV_RATE percent smaller than relationship 2, the index will be used. If not, the data will be accessed directly using the primary key.