For mostly write-based queries, does the query engine perform better with 
one medium/large Cypher query or several smaller queries in succession? I 
am using the HTTP transactional endpoint and sending all statements in one 
request, so latency is constant.

Also, is there a general resource/listing of Cypher optimizations that have 
been made over the past few releases? Specifically, regarding rewriting of 
Cypher statements to use optimal patterns? For example, is constructing a 
long MATCH path a waste if one of the nodes has a unique index? Should the 
MATCH only include that node followed by a WITH statement for the rest of 
the pattern?

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to