Hi there,
we're running Neo4j 3.0.4 and also periodic integration tests in this 
graph. 

*We observe that the tests get slower over time.* These tests do excatly 
the same actions on every run: Clear the graph (remove all nodes and 
relations), add several dozen/hundred nodes with 3-5 properties each, and 
finally execute some simple queries. Unfortunately, the execution time 
increases by some seconds every time.

I explained our whole setup in detail on Stackoverflow 
<https://stackoverflow.com/questions/44886907/remote-neo4j-getting-slow-over-time-in-java-tinkerpop3-bolt-setup>,
 
but I assume the somehow *linear growth in execution time* is a Neo4j issue 
and not due to our software stack setup. This stack clearly adds overhead, 
but does not explain the slowing.
Due to periodical node adds and removals, we observe a database growth as 
well in *neostore.nodestore* similar files as described here 
<https://stackoverflow.com/questions/37761126/neo4j-database-size-grows>.

Assuming this is a Neo4j issue, is there any way to handle this database 
slowing? Deleting/resetting Neo4j via "rm -rf data/graph.db" 
<https://stackoverflow.com/a/23310320/7720909> or using store-utils 
<https://github.com/jexp/store-utils> are no options for our running 
system. Any help is appreciated!

-- 
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.

Reply via email to