I have an ejabberd server with a good amount of custom modules. I have several mnesia tables, and I know that they can be easily copied between nodes without any code changes. I was wondering if there is a similar way with ets tables?
Ideally, it would be nice to have several machines working with exactly the same mnesia and ets data, without having to convert my ets tables to mnesia tables. (And thus rewriting a good amount of code.)
One, although I had rpc: calling the ets tables for each node, but I was not sure what impact this would have on performance.
If anyone has any answers please let me know.
source
share