Has anyone gone any experience of using Neo4j with terabyte sized datasets? I would like to hear about your expereinces with how Neo4j performs
Has anyone gone any experience of using Neo4j with terabyte sized datasets? I would
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as your disk is large and fast enough and your memory allows for caching of the relevant (hot) portion of your data, you shouldn’t run into issues.
There are optimizations for tuning the Neo4j datastore to specific needs.
Otherwise it depends on the kind of your dataset. Query performance shouldn’t be an issue, insert performance might suffer if you have to do a lot of index lookups for joining imported nodes (But the Neo4j team works on that).
Perhaps you should join the Neo4j mailing list to answer all your questions more consistently.