Replies: 1 comment 14 replies
-
See attached profiler image for where time is spend. this represents exactly one of the querying executed against through mesh: |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UPDATE
For anyone finding this discussion. The answer to the question is mesh base latency added in the bare scenario outlined below is on average ~2.5ms.
The increased latency we saw was due to our networking setup (docker host bridge related). For details see here: #2102 (reply in thread)
Original Question
Its absolutely expected to see some latency added when introducing any form of gateway. The goal of this post is to compare the baseline we are seeing with others. As well as identifying if there is a need / possibility to reduce this base latency.
This is not about a specific scenario, but about the base latency that mesh will add no matter what when using in front of other graphql sources (without a cache).
In the following setup:
Test:
query {employee{id first_name}}
with only 2 rows in the employee tableResult:
Note:
Further info:
From the above the following questions arise:
@ardatan I'd be really interested in your take on this.
Beta Was this translation helpful? Give feedback.
All reactions