Skip to content

Unusually high latency on Kubernetes cluster #2315

Answered by taufik-rama
taufik-rama asked this question in Q&A
Discussion options

You must be logged in to vote

No luck, the pattern is similar to current behaviour

root@test-ruff-client:/# time curl -XGET postgrest.postgrest/users-public?id=eq.{user-id}
[{"id":"{user-id}","data": "..."]
real	0m34.076s
user	0m0.005s
sys	0m0.025s

root@test-ruff-client:/# time curl -XGET postgrest.postgrest/users-public?id=eq.{user-id}
[{"id":"{user-id}","data": "..."]
real	0m32.470s
user	0m0.005s
sys	0m0.011s

root@test-ruff-client:/# time curl -XGET postgrest.postgrest/users-public?id=eq.{user-id}
[{"id":"{user-id}","data": "..."]
real	0m0.019s
user	0m0.004s
sys	0m0.007s

root@test-ruff-client:/# time curl -XGET postgrest.postgrest/users-public?id=eq.{user-id}
[{"id":"{user-id}","data": "..."]
real	0m0.046s
user	0…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@steve-chavez
Comment options

@taufik-rama
Comment options

@steve-chavez
Comment options

@taufik-rama
Comment options

@taufik-rama
Comment options

Answer selected by taufik-rama
Comment options

You must be logged in to vote
2 replies
@wolfgangwalther
Comment options

@AvasDream
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #2313 on June 14, 2022 01:56.