Now I have successfully setup a cluster for 4store. But if I want to horizontally scale 4store, How can I do?
Now I have three nodes for a cluster, one master node and two storage nodes. If my RDF Data is increasing rapidly, I must add another storage node into the cluster, What can I do? Just modify the configure file 4store.conf as following?
nodes=storage1;storage2 update as nodes=storage1;storage2;storage3
Anyone can help me , thanks.