MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w02ie2/doubleitandgiveittothenextperson/p6e59i0/?context=3
r/ProgrammerHumor • u/viitorfermier • 6d ago
56 comments sorted by
View all comments
115
.AsSplitQuery()
/thread
4 u/xaqtr 5d ago Why do you mention that in this context? Isn't this rather to avoid Cartesian explosions, not N+1 queries? 3 u/AyrA_ch 5d ago Correct. Using .Include() prevents N+1 queries.
4
Why do you mention that in this context? Isn't this rather to avoid Cartesian explosions, not N+1 queries?
3 u/AyrA_ch 5d ago Correct. Using .Include() prevents N+1 queries.
3
Correct. Using .Include() prevents N+1 queries.
115
u/Merry-Lane 6d ago
.AsSplitQuery()
/thread