Hacker News new | ask | show | jobs
by mr_Fatalyst 101 days ago
That's exactly why Oxyde has no lazy loading at all. If you don't call .join() or .prefetch(), related data simply won't be there. N+1 is impossible by design, not by discipline.