diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2018-02-22 14:35:55 +0000 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-03-28 00:56:35 +0300 |
| commit | 11e8070f83b7a04c90a40b6cbd7c576bf67ca4e5 (patch) | |
| tree | 16f17c26f015280b64220b4b6a8b4c012a8846f4 /.travis.yml.patch | |
| parent | 88945e3814e43431f0dfebb76398412ec484d765 (diff) | |
| download | rabbitmq-server-git-11e8070f83b7a04c90a40b6cbd7c576bf67ca4e5.tar.gz | |
Do not read exchange & queue before deleting, simply delete
Doing a wread operation requires a table write lock. Since a delete
requires a table write lock as well, we have 2 write locks instead of 1.
When Mnesia is under load, this can result in many lock collisions and
slow down the entire set of operations. We think that it's better to
leverage fast SSDs / NVMEs and defer the Mnesia disk log write
optimisation to the filesystem.
For more context, see #1513
Partner-in-crime @essen
Diffstat (limited to '.travis.yml.patch')
0 files changed, 0 insertions, 0 deletions
