[erlang-questions] mnesia:dirty_write in cluster

Roberto Ostinelli roberto.ostinelli@REDACTED
Fri Mar 4 21:40:12 CET 2016


Dear all,
Why does mnesia:dirty_write/1,2 take longer the more nodes there are in a cluster? I assume it is because it is sending this info to the other nodes as well?

If so, is there any way to instruct mnesia to do the synch to other nodes asynchronously and free the proc doing the write asap?

Thank you,
r.


More information about the erlang-questions mailing list