Christophe Pettus: All Your GUCs in a Row: enable_mergejoin
PostgreSQL Planet1mo4 min read
Merge join shines when data is already sorted by an index, but stumbles when it has to pay for a sort first.
Merge join shines when data is already sorted by an index, but stumbles when it has to pay for a sort first.