Hello folks,
I've been doing some comparison tests between DBs. I'm using Movies dataset
from Neo4j (60k nodes, 200k connections).
The algorithm I'm using is basically just a Friend of a Friend algorithm.
This query, takes more than 7s, while the one in Neo4j takes under 0.4s.
SELECT COUNT(name) as name FROM (SELECT expand(in('ACTS_IN')) FROM Movie
WHERE in('ACTS_IN').name in 'Tom Hanks') WHERE name <> 'Tom Hanks';
Any idea why such a big difference?
--
---
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.