Top "Mnesia" questions

A distributed DataBase Management System used in Erlang applications.

RabbitMQ (beam.smp) and high CPU/memory load issue

I have a debian box running tasks with celery and rabbitmq for about a year. Recently I noticed tasks were …

erlang debian rabbitmq celery mnesia
RabbitMQ inconsistent cluster

Few questions about RabbitMQ v3.1.5 clustering. I have a cluster with 2 nodes, rabbitmq.config is like this on both nodes: [ {…

rabbitmq mnesia
Best way to print out Mnesia table

I tried this code snippet: print_next(Current) -> case mnesia:dirty_next(muppet, Current) of '$end_of_…

erlang mnesia
What is the storage capacity of a Mnesia database?

Some places state 2GB period. Some places state it depends up the number of nodes.

erlang mnesia
How to add a node to an mnesia cluster?

I'm an erlang and mnesia newbie.. How do I add a new disc_only_copies node to an mnesia database …

erlang mnesia
Mnesia can't connect to another node

I am setting up a rabbitmq cluster and ran into an issue during the one step in the process. Its …

rabbitmq mnesia
Very Large Mnesia Tables in Production

We are using Mnesia as a primary Database for a very large system. Mnesia Fragmented Tables have behaved so well …

database erlang solaris mnesia yaws