Hacker News new | ask | show | jobs
by skyde 1387 days ago
prohibit using JOIN statements is really cargo cult :-)

Join is simply an index scan. And is guaranteed to be cheaper then the ORM having to send many request to the server.