Re: [Neo4j] Neo4j timeout error happens occasionally with transaction size 4000

2017-09-06 Thread 'Nigel Small' via Neo4j
Have you tried with a smaller batch size? Nigel On 2 September 2017 at 01:38, wrote: > Our Python 3 program using version 3.1.2 py2neo on Neo4j Community Edition > version 3.0.3. with transaction size about 4000, i.e. we do a transaction > commit after we put 4,000 Cypher statements to a transa

[Neo4j] Neo4j timeout error happens occasionally with transaction size 4000

2017-09-02 Thread rfcheng
Our Python 3 program using version 3.1.2 py2neo on Neo4j Community Edition version 3.0.3. with transaction size about 4000, i.e. we do a transaction commit after we put 4,000 Cypher statements to a transaction. We open the py2neo Graph as this from py2neo import Graph g = Graph(bolt = False