Hacker News new | ask | show | jobs
by ww520 3190 days ago
I think hash index help in join as well. "where table1.c1 = table2.c2" A hash index on c2 would let the join be done in O(n) of c1 + O(1) of c2.