Does loading relationships in Embedded Resources causes N+1 query?
Question
If I have an embedded resource and I want to load a relationship, using Ash.load does it creates an N+1 query problem?
2 Replies
I think it might but I'd have to check
Give it a shot 😅
Report back
Yep, I was able to load the relationships I needed that is within the embedded resources.