Replies: 1 comment 1 reply
-
|
parsing 124M of vertices should be super fast usually edges are the problem with speed. Is there any chance I can have this file and test it locally? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The DB exported from Neo4j with 124,8M records, 124,8M relations takes considerably long time to import +20 hrs and has created only the vertices and not the edges.
Parsed 34,653,399 (0/sec 0%) 0 records (0/sec) 34,653,375 vertices (0/sec) 0 edges (0/sec 0 skipped) 0 linked edges (0/sec 0%) updated documents 0 (0%)
+---------------+-------------------------------+
|NAME |VALUE |
+---------------+-------------------------------+
|operation |import database |
|fromUrl |file:///home/arcadedb/all.jsonl|
|parsedRecords |34653399 |
|errors |27 |
|createdVertices|34653375 |
|result |OK |
+---------------+-------------------------------+
Command executed in 73810923ms
Beta Was this translation helpful? Give feedback.
All reactions