Re: [Neo4j] Neo4j Community Memory Usage

2016-06-27 Thread 'Chris Vest' via Neo4j
Configure dbms.memory.heap.max_size and dbms.memory.pagecache.size as described here: http://neo4j.com/docs/operations-manual/current/#memory-tuning -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chve

Re: [Neo4j] Neo4j Community Memory Usage

2016-06-27 Thread 'Michael Hunger' via Neo4j
can you share more about how you insert the data? queries / apis etc? Also your neo4j configuration? On Thu, Jun 23, 2016 at 10:41 PM, Marcus Baffa wrote: > Hi, > > I am working with Neo4j Community and my application is inserting > something like 10 nodes per second. It is working ok but the

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 b

[Neo4j] I am trying to find the shortestpath between two nodes by applying predicate(based on Node property value filter ).can you give me the steps for this.can I acheive this with neo4j 3.0.1 java v

2016-06-27 Thread rann
dear all, I am trying to find the shortestpath between two nodes by applying predicate(based on Node property value filter ).can you give me the steps for this.can I acheive this with neo4j 3.0.1 java version. I am usig java for this. I have tried PathExpanderbuilder for this.But not able to