Re: [Neo4j] Is Cypher-3.0 queries are slower than Traversal API or Procedures !!

2016-06-27 Thread Benoit Simard
Hi, Can you give us the 'EXPLAIN' of the query ? Do you have an index on : * honeNumber ? * fullname ? "d.phoneNumber <> '56276736'" is to avoid to have start = end node ? Thanks. Le 22/06/2016 10:10, Gurpreet Singh a écrit : Guys, i am working on Neo4j-3.0 enterprise database, i have 1

[Neo4j] Is Cypher-3.0 queries are slower than Traversal API or Procedures !!

2016-06-25 Thread Gurpreet Singh
Guys, i am working on Neo4j-3.0 enterprise database, i have 1 billion around data which is connected each other. Right now, i am using Cypher-3.0 queries to search friends upto 3rd level depth and i have seen that its taking lot of time like 1/2 minutes or more than that. i have already