Join Slack
Powered by
Heyo! Can anyone here tell me about if/how Prisma ...
# orm-help
m
Michael Sharpe
04/22/2020, 5:28 PM
Heyo! Can anyone here tell me about if/how Prisma solves the N+1 issue on graphql requests? Is optimization built into it under the hood? I can't seem to find any good discussion of this in the docs or the forum. Thanks!
t
Thomas Ladd
04/22/2020, 10:28 PM
Just reading about this myself, I think the answer is, it does handle batching now.
https://github.com/prisma/prisma-client-js/issues/153
https://github.com/prisma/prisma-client-js/issues/523
https://github.com/prisma/prisma-client-js/issues/207
Deduping looks like it's not handled yet:
https://github.com/prisma/specs/issues/306
Someone else may be able to provide a more detailed answer
Open in Slack
Previous
Next