Greeting
I am to orient DB. I am here using native method to insert data in graph database using a script in js. I am using the DB.COMMAND() to execute my insertion queries. My problem is regarding the performance of the query i.e. say it takes upto 8-10 minutes to insert 1 million vertex of a class.
I want to know if there is any way to speed up the process without using the Gremlin in the stack i.e. by using simple script with DB.COMMAND()
any help would be appreciated.