Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-01-2019 11:05 PM
I want to upload a file with 1.5 M + lines to the local neo4j .
I did not manage to do this through a local .NET application:
manages to process from 40k to 4k lines and then a lot of different errors, from lack of memory (I have 8GB ram) to just turning off neo4j (without any notifications). (3.5.2 , 3.5.8)
Uploading to the cloud instance (graphene DB) is too slow.
I would like to use LOAD CSV FROM, but I don’t understand how can I get a link like file:/// this on the local computer
Solved! Go to Solution.
09-24-2019 06:30 AM
on so many lines, this will take forever. Even 50k lines cannot be loaded through import of csv.
Only through ORM and different kinds of groupings and optimizations.
I use .NET application
09-02-2019 03:55 AM
Where / how do you have Neo4j installed?
Check it's config (heap memory).
What kind of data are you creating? Usually it works best if you batch 50k updates per transaction.
For LOAD CSV put the file into NEO4J_HOME/import
directory then you can use file:///file-name.csv
There you can use USING PERIODIC COMMIT LOAD CSV FROM 'file:///file-name.csv' AS row ...
09-19-2019 11:59 AM
I do not have the "import" directory on the local computer
09-19-2019 12:28 PM
can you check: $NEO4J_HOME
? what directories do you have there?
09-20-2019 02:57 AM
and where should I check it?
search in windows 10 does not find anything
09-20-2019 06:22 AM
09-24-2019 06:30 AM
on so many lines, this will take forever. Even 50k lines cannot be loaded through import of csv.
Only through ORM and different kinds of groupings and optimizations.
I use .NET application
09-08-2020 06:49 AM
Hi there, could you please explain how did you load the csv with million rows. I have a csv with 2 million rows and need to load it to neo4j community desktop version.
All the sessions of the conference are now available online