DEV Community

Discussion on: Avoid Ransack's N+1 Pitfall!

Collapse
 
bkspurgeon profile image
Ben Koshy

doesn't using includes eagerload or preload the association: wouldn't it be more efficient to simply use a joins method if in fact we are only seeking Service records?