Hi Team,
I am using open source apollo router core version “=1.59.2” and for some of the requests query_planner is taking time > 500 ms. which seems to be problematic.
The logic for the query is that Its a join of 2 subgraphs, I am using two SubGraphs here.
- PLS
- Asset (depends on result from PLS)
Please quide how to debug this issue, why query planning is taking so much of time.
Although caching solves the problem. but first instance taking so much of time seems to be problematic.