ejabberd - Comments for "Custom tables in Mnesia DB and clustering impact" https://www.ejabberd.im/node/24772 en Thanks https://www.ejabberd.im/node/24772#comment-65266 <p>Thanks</p> Thu, 26 Feb 2015 15:32:55 +0000 genechang comment 65266 at https://www.ejabberd.im Yes, the table will be https://www.ejabberd.im/node/24772#comment-65262 <p>Yes, the table will be replicated if you make sure the local version of the table on each node is either ram or disc_copies and not remote.</p> <p>You can change table copy type with the command:<br /> mnesia:change_table_copy_type(Tab, node(), disc_copies),</p> <p>You can check the state of each table with command mnesia:info().</p> <p>... and of course you need to write code to use your new tables.</p> Thu, 26 Feb 2015 08:15:55 +0000 mremond comment 65262 at https://www.ejabberd.im