I currently have a 3 node OrientDB cluster and i'm planning to store 
disjoint sets of data in different servers. One main reason for
this is to gain performance improvement during data load and to prevent 
excessive replication.

My idea is to restrict each cluster of a class to one server alone, based 
on config such as this : "clusters": { "internal": { }, "index": { }, 
"client_usa": { "servers" : [ "usa", "europe" ] }, "client_europe": { 
"servers" : [ "europe" ] } 
based on this link : 
http://orientdb.com/docs/2.2.x/Distributed-Sharding.html

Will this approach prevent replication, Actually i do not want data to be 
replicated                     




-- 

--- 
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.

Reply via email to