Display Name
Display Name

Reputation: 139

How to increase writing speed of Neo4j Graph DB?

I have got server with the following properties;

I'm trying to build graph database of DBpedia, approximately it has 580M of triples. Thus, DB will has nearly 500M nodes and 700-800M relationships. For the configuration I did the followings:

It reads ~4000 triples in a second. How I can increase the performance?

Upvotes: 1

Views: 814

Answers (1)

cybersam
cybersam

Reputation: 67044

A good way to import data quickly into a new neo4j DB is to use the neo4j-import tool.

Upvotes: 1

Related Questions