Replies: 3 comments 2 replies
-
Here's an update of current times. |
Beta Was this translation helpful? Give feedback.
-
Hi! Do you have any CPU vs network in/out metrics for the application? this can help to understand where the tuning should be. We do have some optimized quarkus stacks at https://github.com/TechEmpower/FrameworkBenchmarks/tree/d576b81870ed924c9bd2fc61a9bdc53a4a7a0614/frameworks/Java/quarkus which introduce interesting variations of quarkus. If the most of the cost of the application lie in the framework overhead, these should help to reduce it, but you need to profile and/or gather CPU usage metrics to understand it. |
Beta Was this translation helpful? Give feedback.
-
Is there load-balancer that can leverage metrics exposed by quarkus to perform better? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellows,
The backend dev community in Brazil is holding a competition, rinha de backend, where the goal is to build a simple transaction processing backend with the lowest possible latency.
I started a repository with Quarkus and GraalVM native here:
https://github.com/CaravanaCloud/rinha-de-backend-2024-q1-impl/tree/main/rinhadebackend
And here is the best time so far (we'll keep it up to date):
https://caravanacloud.github.io/rinha-de-backend-2024-q1-impl/
If you'd have any suggestions on how to improve latency on quarkus/graalvm + postgresql + nginx, I'd be happy to discuss and test it out.
Thank you all in advance for the great comunity, learning a lot here!
Beta Was this translation helpful? Give feedback.
All reactions