top | item 40927249

(no title)

jeffffff | 1 year ago

it's kind of dumb that postgres uses a nested loop join instead of a hash join there. hash join almost always has the best worst-case behavior, and without stats it should be the default choice.

discuss

order

No comments yet.