You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing data, we did not implement an internal self-increment ID system. As a result, when importing CSV files, we had to give a column to represent the unique ID.
When import relationship data, we have no way of knowing whether the left and right nodes of the relationship exist.(Maybe a ID BitMap can fix this bug)
Our System's unique ID start from 1, but neo4j start from 0.
speed up data import.
......
We can refer to Neo4J's data import script neo4j-admin import.
The text was updated successfully, but these errors were encountered:
There are some problems we need to fix:
We can refer to Neo4J's data import script
neo4j-admin import
.The text was updated successfully, but these errors were encountered: