# The location of the database directory for Neo4j
# does not necessarily need to end in . db
# The size of one transaction; this has no meaning for the batch importer
# The size does not denoted the number of statements in one transaction
# but the number of distinct subjects
# an estimated (the more accurate, the better) value of how much resources
# there will be created during the process
# if true, create a schema index during shutdown phase
# this will be costly at the end, but has no effect on the actual import performance
}
- Run the importer
- Process without index (without reference
. configured)conf - Time: 2days
- DB size: 44G
- Drawback: can not query about the node with
(e.g., the query for " MATCH (uri {uri:'http://dbpedia.org/resource/Steve_Jobs') RETURN nn is too slow...). In order to address this, you can add index for neo4j based on your requirements later.}
Other problems might be occured :
- cannot start neo4j server (permission denied) : chown -R neo4j /var/lib/neo4j (or your directory of the neo4j folder)
No comments:
Post a Comment