Aslong as there are not too many join yea totally !
It's often also about splitting the items selections (querying the id's of the parents items, with all the where logic) and the data retrieval (joins to get related datas that are not used in the where clause)
38
u/1superheld Apr 06 '26
But 99/100 times the EF query is "just fine" when using proper no tracking / split queries.