Hacker News new | ask | show | jobs
by dissident_coder 909 days ago
Someone probably did a join on a has-many association without narrowing down the right side of the join is my guess - creating a Cartesian product of the result. Can be easy to miss in code review if you aren’t super diligent about it.