Merge pull request #73332 from rschu1ze/join-doc

Minor: Clarify docs of `join_algorithm = default`
This commit is contained in:
Robert Schulze 2024-12-16 10:35:40 +00:00 committed by GitHub
commit aac78fe42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2532,7 +2532,7 @@ Possible values:
- default
This is the equivalent of `hash`, `parallel_hash` or `direct`, if possible (same as `direct,parallel_hash,hash`)
Same as `direct,parallel_hash,hash`, i.e. try to use direct join, parallel hash join, and hash join join (in this order).
- grace_hash