Hi All, I am driving some load tests for comparing several graph databases performance by using graphdb-benchmarks project https://github.com/socialsensor/graphdb-benchmarks Major point of interest are OrientDB and Neo4j, focused on Query performance (both FindNeighbours and FindAdjacentNodes) - after upgrading to OrientDB version 2.0.7 got results below which indicates OrientDB improved the find neighbors of all nodes section but still slower than Neo4j when it comes to finding adjacent nodes of all edges.
As I noticed Lvc@, author of OrientDB, contributed to graphdb-benchmark project I would assume that it should be a right tool for such comparisons. Comments about results below really appreciated! Thanks, George Dataset | Workload | OrientDB 2.0.7 | Neo4j 2.1.3 ------------------------------------------------------------------------------------ EN | Query-FN | 0.72 | 0.95 ------------------------------------------------------------------------------------ AM | Query-FN | 3.72 | 8.13 ------------------------------------------------------------------------------------ YT | Query-FN | 3.43 | 10.84 Dataset | Workload | OrientDB 2.0.7 | Neo4j 2.1.3 ------------------------------------------------------------------------------------ EN | Query-FA | 1.47 | 0.44 ------------------------------------------------------------------------------------ AM | Query-FA | 11.41 | 5.01 ------------------------------------------------------------------------------------ YT | Query-FA | 10.14 | 3.09 -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
