Hacker News new | ask | show | jobs
by anarazel 3182 days ago
> That's a hash join which has existed in Postgres for many years. Hash indexes are unrelated.

I think the OP ankrgyl is aware of that. To quote:

>> It is quite common to build a hash table over a subset of the inner table of an equijoin. This is (a) slow to construct and (b) memory-intensive (especially if many of these queries are run concurrently).

1 comments

Ah I think I misread that section with the "nested loop join" stuck in my mind.