Tag: distributed-system
-
How to reduce execution time of GraphQL data fetching
0 If I start with a large GraphQL query that has 600+ spans on the dataFetching graphql resource, and I extract part of the query so that there are only 200 spans on that resource, the execution time of dataFetching doesn’t change at all. I don’t really understand why that is? If it’s not fetching…
-
How to reduct execution time of GraphQL data fetching
0 If I start with a large GraphQL query that has 600+ spans on the dataFetching graphql resource, and I extract part of the query so that there are only 200 spans on that resource, the execution time of dataFetching doesn’t change at all. I don’t really understand why that is? If it’s not fetching…