[erlang-questions] Maximum number of Mnesia nodes

Chandru chandrashekhar.mullaparthi@REDACTED
Wed Aug 1 00:54:45 CEST 2007


On 27/07/07, Hakan Mattsson <hakan@REDACTED> wrote:
>
>
> Chandru, do you still have the highscore of the number
> of Mnesia nodes in a production environment?
>
> /Håkan
>

I don't think so :-)

At one point we had 24 nodes participating in an mnesia schema. It
used to work quite well. The only problem was that recovering from
partitioned networks was a bit of a pain. Eventually we got fed up and
bought a slightly bigger machine. Now, the entire database fits in two
erlang nodes running on the same box (we needed two nodes because of
the 4GB limit).

But now with 64 bit erlang, I'm getting rid of this scheme as well and
putting the entire database in a single erlang node with 128 fragments
for the customer table. It's amazing how much memory you can get on a
single blade server these days.

Chandru



More information about the erlang-questions mailing list