You can certainly have more than 2 nodes. The docs only mention, if you do have more than two, you should always have an odd number, so that you can avoid an issue of split brain with network partitioning.
Also, OrientDB has a multi-master replication system. There are no replicas, but rather replicated clusters. Clusters have a different meaning in OrientDB and you should get to know their meaning, to understand how the multi-master replication works. This slide presentation sort of shows the meaning. http://orientdb.com/docs/last/Distributed-Architecture.html And here is more information. http://orientdb.com/docs/last/Clusters.html http://orientdb.com/docs/last/Distributed-Configuration.html http://orientdb.com/docs/last/Replication.html Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
