Hacker News new | ask | show | jobs
by jeffffff 702 days 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.