Skip to content
SQLPRESS

Tag

#performance

Articles tagged “performance” on SQLPress — 1 in total.

SQL Fundamentals3 min read

N+1 Queries: What the ORM Is Actually Doing

One query for the list, then one more for every item in it. The cost is per statement, which is why the profiler shows a fast database and a slow request.

  • #orm
  • #query-optimization
  • #performance

Start typing to search the archive.