Using distributed Erlang creates a mesh network between all nodes and does not scale well for hundreds of nodes. How does a riak core deal with this?
Does distributed Erlang use (set -connect_all = false and use its own protocol for communication between riak nodes)? From a cursory glance at the code, it looks like they don't.
source share