I want shard my big database on two servers , but I have more 50 clusters , and 
every clusters have x16 child cluster ( per pelrocessor core ) 
Example :
cluster_name_N , where N - from 0 to 15 ( 16 core in processors )
Can I use * for configure sharing database , example :
... 

  "clusters": {
    "internal": {
    },
    "client_*": {
      "servers" : [ "server1" ]
    },
    "collection_*": {
      "servers" : [ "server2" ]
    }
...
}

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to