Hi all,
I'm leaning to use neo4j for relation analysis recently. Today I found it
took too long for my cypher query took to finish.
neo4j version: 2.0.2
nodes num: 350,000
relation num: 370,000
cypher query:
MATCH p = (me:Person{uuid:'D0Y91L0N'})-[]-(f)-[*0..3]-(fof)
WHERE fof.uid > 0
WITH distinct fof.uid, collect(distinct id(f))
the query take 37s for 346 rows.
What should I do to improve my query performance? Any suggestions would be
appreciated!
Thanks in advance.
chris
--
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.