问题
When I export and re-import my OrientDB database, the IDs aren't retained (the import command seems to just assign new IDs), which makes the snapshotting kind of useless. How do I ensure that the IDs are kept consistent?
回答1:
Use: -preserveClusterIDs = true https://orientdb.com/docs/last/Console-Command-Import.html
来源:https://stackoverflow.com/questions/49010303/how-to-export-import-orientdb-dumps-and-retain-ids