Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The actual thing that we're getting N+1 of is network round-trips. An additional network round-trip is way, way slower than an extra JOIN clause. That's why N+1 query patterns aren't a problem when you're using a local database: There's no round-trip.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: