I am using a TITAN-0.4.3, REXSTER 2.4 over Cassandra & Elasticsearch. My use case requires to bulk upload vertices and edges into the graph at a time. Right now I am calling commit() after adding each vertex+edge. I run some test by different commit frequencies, say every 10K, every 1000 and every 100, and the upload speed varies dramatically. I want to how can I arrive the optimum commit frequency , and on what parameters it is based on?
Any suggestions to increase performance on my use case? Size of DB is roughly 10M vertices.