I am using janusgraph for a while. The use case which I am working on consists of 1.5 million nodes and 3 million edges. Prepared a batch loading groovy script. The performance of the data loading script is as follows:
Nodes: 5 mins
Edges: 13 mins
Total: 18 mins
Also, the count query including edges takes mins to execute.
Both Janusgraph(0.5.2) and Cassandra are installed on the same instance.
Hardware Configuration:
RAM: 92 GB
Cores: 48
I want expert suggestions/steps which can be followed to improve the performance. Request you to share your thoughts regarding the same.