Can you share your actual sql and cypher queries? Thanks a lot.
Michael On Sun, Oct 26, 2014 at 9:32 AM, Kamilos <[email protected]> wrote: > Hi guys, > > I'm looking for a "simple" query which shows that's is better to use Neo4j > (cypher) than mysql. > > It's over a social database, with node and relationship (friend) between > them. > For mysql, I have a table "Node" and a table "Friend" for example "A" is > friend with "B". > > I tried the classical "friend of friend "query in both mysql and Neo4J, > but Mysql is always faster (took like 15ms in Mysql and 175 in Neo4J) for a > level 5 friendship with +- 80 000 nodes > > So i'm asking if there is a good example where Neo4J will out-perform > Mysql giving my database ? (I heard about the shortest path query but is > there something else ?) > > Thanks in advance for your help > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" 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. > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
