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

Bulk CSV Load doesn't work as expected #2159

Open
StupidUsername1 opened this issue Mar 26, 2025 · 1 comment
Open

Bulk CSV Load doesn't work as expected #2159

StupidUsername1 opened this issue Mar 26, 2025 · 1 comment
Labels
question Further information is requested

Comments

@StupidUsername1
Copy link

StupidUsername1 commented Mar 26, 2025

Going by this documentation
https://age.apache.org/age-manual/master/intro/agload.html#explanation-about-the-csv-format.

I started playing around a little over a week ago with AGE - programmatically populated over 1.5M nodes so far and (10x + on relations). Figured that's not sustainable and wanted to pivot to bulk load.

I have a vertex file with a handful of nodes and random ids (deliberately didn't start with 1, but they are definitely matching the edges). the nodes are successfully imported. however, the edges don't work out at all. based on documentation, the 'custom_id' need to match between nodes and edges, which it does, but upon importing the edges, the start_id and end_id point to random internal ids of nodes which I have no clue how to resolve.

HAS_PROGRAM.csv
HAS_TAG.csv
nodes.csv

@StupidUsername1 StupidUsername1 added the question Further information is requested label Mar 26, 2025
@jrgemignani
Copy link
Contributor

@MuhammadTahaNaveed I think you might be more familiar with this than myself.

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

No branches or pull requests

2 participants