Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo 3.1.11
Dubbo 2.6.12
OpenJdk 11
Linux
Steps to reproduce this issue
Based on the provided load testing results, where three types of Dubbo interfaces were tested under both Dubbo 2 and Dubbo 3:
A blank Dubbo interface with no logic.
A Dubbo interface returning a POJO object.
A Dubbo interface returning a list of POJOs.
The load testing results indicate the following:
The QPS (Queries Per Second) of interfaces based on Dubbo 3 decreased significantly compared to those based on Dubbo 2.
The RT (Response Time) metrics (Max/TP9999/TP999/TP99/avg) of interfaces based on Dubbo 3 showed varying degrees of increase, indicating slower performance compared to interfaces based on Dubbo 2.
Considering the above load testing results, the question arises whether it is still necessary to upgrade from Dubbo 2 to Dubbo 3.
What you expected to happen
I expected Dubbo 3 to show improvements in terms of QPS and RT compared to Dubbo 2, but the actual load testing results did not reflect this.
I am quite confused.
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions