Reputation: 139
I have got server with the following properties;
16GB
8 Cores
500GB
Windows Server 2012 R2 package
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:
2000M
3000M
1000M
5000M
4000M
It reads ~4000 triples in a second. How I can increase the performance?
Upvotes: 1
Views: 814
Reputation: 67044
A good way to import data quickly into a new neo4j DB is to use the neo4j-import tool.
Upvotes: 1