...
[10:46:45 CST(-0600)] <dmccallum54> k
[10:57:45 CST(-0600)] <js70> Quick discusion on N+1, So I have created 4 methods that bring back a List of EntityStudentCountByCoachTOs through the entity daos. I then need to cycle through them to consolidate by coach (so 4 calls for all coaches). This should be pretty fast but wondering if its worth doing more like what you did and make a monster entity that is a single call.
[10:58:18 CST(-0600)] <js70> I mean just 4 dao calls to get all coaches.
[10:58:29 CST(-0600)] <js70> take it to 1 call.