Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Facing slowness while loading data from MongoDB To Neo4j

Hi,

I am trying to load data from MongoDB To Neo4j, but job is running extremely slow. It is just inserting 30K records in ~3 hrs, when trying to load only 1 column. I'm using tMongoDbinput and tNeo4jOutput component for it.

 

We have requirement to load 50 Millions records to Neo4j.

 

Can anyone please help ?

 

Regards,

Pragya

Labels (2)
2 Replies
Anonymous
Not applicable
Author

You need to work out where your bottleneck is. Try this.....

1) Run your extract query in another querying tool. How quickly does it return all data?

2) Remove the insert functionality and remove any data processing functionality (or deactivate it), then run the data query part of the job. What rate do you get?

3) Switch the data processing functionality on, but NOT the insert part. Run it. What rate do you get?

4) Compare the two rates above with the rate you have given us here. That should indicate where your bottleneck is.

 

Once you have your bottleneck, give us as much info about that section as possible (screenshots, configs, etc). 

Anonymous
Not applicable
Author

hi,

u can use tMongoDBBulkLoad ,firstly get all the data into csv file and load it into neo4j