ejabberd - Comments for "How scale ejabberd with mnesia ?" https://www.ejabberd.im/node/24882 en Thank you, badlop. I https://www.ejabberd.im/node/24882#comment-65505 <p>Thank you, badlop.<br /> I misunderstood how ejabberd use mnesia and external DBs.</p> <p>I'll setup ejabberd cluster and try to configure them.</p> Thu, 30 Apr 2015 02:07:16 +0000 taiyow comment 65505 at https://www.ejabberd.im You decide which mnesia https://www.ejabberd.im/node/24882#comment-65503 <p>You decide which mnesia tables are fully replicated on which nodes, and which ones are only fully stored in a single node.</p> <p>Notice that you can also decide which ejabberd modules use mnesia, and which ones use MySQL or other database backend. So, probably you want to store heavy tables (like roster, offline, ...) in a database system you know well how to manage, and use mnesia only for light tables.</p> Wed, 29 Apr 2015 11:53:26 +0000 badlop comment 65503 at https://www.ejabberd.im