DEV Community

Discussion on: ActiveRecord performance: the N+1 queries antipattern

Collapse
 
twigman08 profile image
Chad Smith

Great post. I've been starting to stress and show examples of this at work, except we use Entity Framework in .NET.

I showed this as an example by preloading a table with thousands of records to watch a page of the application come to a crawl.