Has anyone gone any experience of using Neo4j with terabyte sized datasets? I would like to hear about your expereinces with how Neo4j performs
I use neo4j for handling the graph with 4 000 000 nides and 42 000 000 edges and it works great.
Have tried to find the shortest path between two random nodes and it took less than 100 ms. Retrieving the neighborhood of a neighbor, including friends, friends of friends and friends of friends of friends also takes almost no time while the relational database on same machine allows you to go for a lunch until it executes.