At whatever point you need to import the data set, you should utilize the JSON design sent out record, which is produced by trade order.
In this section you can figure out how to import the information base from the OrientDB order line.
The accompanying assertion is the fundamental linguistic structure of the Import information base order.
IMPORT DATABASE <input file>
Note − You can utilize this order exclusively subsequent to interfacing with a specific data set.
Example
In this model, we will utilize a similar information base named 'demo' that we made in the past section. You can utilize the accompanying order to import the data set to a record named 'trade demo.gz'.
orientdb {db = demo}> IMPORT DATABASE ./export-demo.export.gz
In the event that it is effectively executed, you will get the accompanying yield alongside the fruitful warning.
Database import completed in 11612ms
