Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I am injecting a big data set into Neo4j and injection speed is not that fast. Why?

0
Posted

I am injecting a big data set into Neo4j and injection speed is not that fast. Why?

0

Neo4j is written to be fast for 1) many concurrent reads and 2) smaller concurrent transactional updates which is the common use case for most applications. Try to group more operations in a single transaction to get higher injection speed. This is typically only a problem during testing (I need to load all this data to test something) and not in production when data growth will be more suited for smaller transactional updates. Maybe the batch inserter can help you here.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123