4 Replies
It uses ecto under the hood, so to the extent that ecto caches queries, ash postgres does. Have you noticed issues with that behavior?
Not really yet, I was just pre-loading and noticed it fired ~3 queries
I can fire several queries, but it is pretty well optimized for consistent performance, something like dataloader pattern. Won't run into N+1 issues.
Cool, thanks 🙌🏼