bookmark

sql - How do I force Postgres to use a particular index? - Stack Overflow


Description

Probably the only valid reason for using

set enable_seqscan=false

is when you're writing queries and want to quickly see what the query plan would actually be were there large amounts of data in the table(s).

Preview

Tags

Users

  • @jil

Comments and Reviews