This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Lazy loading of selection set causing performance issues. #876
Unanswered
padmapreethi-902117
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have developed a graphql service for one of our usecase (basically it calls multiple REST based Downstreams). There is no DB call involved. But at field resolver level, we check for selected fields and based on that we set the downstream request as well. But what we noticed is, this lazy computation of selection set is CPU intensive. When we don't check on the selection set, our supported RPS doubled.
Beta Was this translation helpful? Give feedback.
All reactions