Y
Hacker News
new
|
ask
|
show
|
jobs
by
aeyes
2216 days ago
Could you explain how RabbitMQ clustering is going to improve performance? For how it works I would expect it to lower performance.
1 comments
olikas
2216 days ago
With clustering, you can have more nodes and you can shard (distribute) your queues over the cluster. You don't need to mirror every queue on every node. But you are right, mirroring alone will add more load.
link