Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. The RabbitMQ team has been looking at the performance differences between the latest RMQ releases.
  2. After benchmarking multiple RabbitMQ version/Erlang version/build environment permutations, we have some findings to share.
  3.  
  4. The new management plugin and stats emission/collection implementation in RabbitMQ 3.6.7 produces
  5. a slight drop in performance in some workloads.
  6.  
  7. Another finding suggests that RabbitMQ packages compiled in Erlang R16B03 (such as the 3.6.x releases produced by our team)
  8. will have a minor throughput drop when running on Erlang 20.x.
  9. Packages built on Erlang 19.x.x and ran on Erlang 20.x.x showed no such difference.
  10.  
  11. Finally, stock RabbitMQ configuration on Erlang 20.x seems to yield a slightly
  12. lower performance than on any previous Erlang release.
  13.  
  14. We are looking for ways to reduce the impact of stats collection. Future 3.6.x releases will likely
  15. drop support for Erlang/OTP R16B03 and 17.5, and these findings are a yet another reason to do that.
  16. More on that in a separate announcement next week.
Add Comment
Please, Sign In to add comment