How to handle internal database tables that are too large? #5081
-
version:RabbitMQ 3.8.8,Erlang 23.1,single node,Only the delay plugin is used. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I don't have any message accumulation on my queue |
Beta Was this translation helpful? Give feedback.
-
Messages are not stored in Mnesia, metadata is.
I hope this will tell us what is consuming so much space (what you shared is memory usage but I'd expect it to be correlated with the number of entries in the table). |
Beta Was this translation helpful? Give feedback.
-
Most likely your applications leak queues, bindings, or potentially users or permissions. FYI, RabbitMQ 3.8 goes completely out of support next month. |
Beta Was this translation helpful? Give feedback.
Messages are not stored in Mnesia, metadata is.
Can you tell us how much entities, such as vhosts, queues, bindings, etc you have?
Can you share the output of:
I hope this will tell us what is consuming so much space (what you shared is memory usage but I'd expect it to be correlated with the number of entries in the table).