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.
OrientDB Teleporter is a tool that synchronizes an RDBMS to OrientDB database. You can use Teleporter to:
NOTE: This feature is available both for the OrientDB Enterprise Edition and the OrientDB Community Edition. But beware: in community edition, you can migrate your source relational database but you cannot enjoy the synchronize feature, only available in the enterprise edition.
For more information: https://orientdb.com/docs/2.2.x/Teleporter-Home.html
Hope it helps
Regards