Type: | bool |
Default: | on |
Context: | user |
Restart: | false |
Enables or disables the query planner's use of hash-join plan types. The default is on
.
Recommendations
For interactive session use only when troubleshooting queries.
On StackOverflow
On pgsql-hackers
- Re: PATCH: generate fractional cheapest paths in generate_orderedappend_path
- Re: Using each rel as both outer and inner for JOIN_ANTI
- Re: Next Steps with Hash Indexes
- Re: Assertion failure with barriers in parallel hash join
- Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?