Furthermore, may I ask if the syntax of connecting multiple “alpha” is correct? In our sample code, we send to three “alpha” each time. However, in our data mutation test, the speed remains basically unchanged when using a cluster of three “alpha”. Should we use more “alpha” to form a cluster or use multiple threads to write to different “alpha” separately?
I hope to receive your answer to assist us in improving the mutation speed.
for alpha in alphaList:
client_stub = pydgraph.DgraphClientStub(host,port)
stub_list.append(client_stub)
client = pydgraph.DgraphClient(*stub_list)