You can push it in favor of certain options by disabling the one you don't want, such as sequential scan. SET enable_seqscan = OFF; We use these options a lot on tables that result in odd query plans to get them doing…
You can push it in favor of certain options by disabling the one you don't want, such as sequential scan. SET enable_seqscan = OFF; We use these options a lot on tables that result in odd query plans to get them doing…