Hacker News new | ask | show | jobs
by yxhuvud 247 days ago
I've seen similar effects when changing a bunch of left outer joins to lateral joins with a limit 1 tacked on. The limit do nothing to the end result, but speed up the query by a factor of 1000..