How to do edging and replication of the Orient DB

I am using spring MVC + orient db along with jdbcTemplate. I want to make my database distributed with multi-master replication. Also I want to do sharding db. How can I achieve this. Where to begin?

+3


source to share


1 answer


OrientDB's replication model is very simple. You can only run a few instances running. /dserver.sh instead of. / server.sh By default, they will join the multicast and the data will be replicated across your hosts. If you want to shride, you must define which data clusters will be deployed on each node.

You will find all practical information here



http://orientdb.com/docs/last/Distributed-Architecture.html

0


source







All Articles