Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor:TuDB data importer #242

Open
LianxinGao opened this issue Aug 9, 2022 · 0 comments
Open

Refactor:TuDB data importer #242

LianxinGao opened this issue Aug 9, 2022 · 0 comments

Comments

@LianxinGao
Copy link
Contributor

There are some problems we need to fix:

  1. 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.
  2. 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)
  3. Our System's unique ID start from 1, but neo4j start from 0.
  4. speed up data import.
  5. ......

We can refer to Neo4J's data import script neo4j-admin import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant