I want to create over 60,00,000 edges in few minutes(within 30 minutes) in OrientDB. Is it Possible ??
values for each edge is taking from a text file and using Node JS filestream's readline (used version Node 4.x.x LTS version)
I have tried from Node.js using OrientJS driver and using batch;..batch of Queries ended by ;..commit.
It takes almost 3 hr and 30 min to complete it.