There are several other Global User Configurations (GUCs) to control the index usage behavior for the optimizer, such as:
optimizer_enable_bitmapscan
optimizer_enable_indexscan
They should be set to
on by default, and when they set to
off, indexes might not be used when ORCA is set to
on.
Note: Currently, these two GUCs are not shown in
pg_settings.