Quorum high latency #6834
-
Hello, I checked our services and we saw on Grafana that the delay is 8 times more than classic queue. Is there any way that we can lower the latency? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to be more specific. If you are comparing a non-replicated classic queue to a replicated quorum queue, then the higher latency is pretty much inevitable. However, you didn't say what it is so it's impossible for us to asses whether you are observing a normal latency or some kind of an issue. Please run https://perftest.rabbitmq.com/ against your cluster to simulate what you are doing and share the results with us. Having said that, if you don't need message replication then using a replicated quorum queue is unnecessary overhead. |
Beta Was this translation helpful? Give feedback.
You need to be more specific. If you are comparing a non-replicated classic queue to a replicated quorum queue, then the higher latency is pretty much inevitable. However, you didn't say what it is so it's impossible for us to asses whether you are observing a normal latency or some kind of an issue.
Please run https://perftest.rabbitmq.com/ against your cluster to simulate what you are doing and share the results with us.
Having said that, if you don't need message replication then using a replicated quorum queue is unnecessary overhead.