I was researching OrientDB and it in a single host mode it did not show great performance results. I need to create the table in OrientDB by importing the records from CSV file.
Is there any specific command to write single table CSV file into OrientDB except for the ETL import?
In comparison, there is LoadCSV command for Neo4j which allows importing single file except for the import tool.