How to export/import OrientDB dumps and retain IDs

喜你入骨 提交于 2019-12-13 03:57:38

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!