Re: [Neo4j] Re: Neo4j jmeter test

2016-03-06 Thread Michael Hunger
You can populate the db by either running a program that generates the data or use a data generator like graphgen (graphgen.neoxygen.io) or run a Cypher script with the necessary statements e.g. with bin/neo4j-shell -file import.cypher On Wed, Mar 2, 2016 at 8:44 AM, Nibs

Re: [Neo4j] Re: Neo4j jmeter test

2016-03-02 Thread Nibs
Hi, I wanted to know how can we populate data in neo4j DB before starting jmeter test and clear Neo4j DB after test. Thanks in advance! On Thursday, December 11, 2014 at 12:11:53 PM UTC+1, Michael Hunger wrote: > > Today it is cache_type=hpc > > yes, in neo4j.properties for neo4j-enterprise > >

Re: [Neo4j] Re: Neo4j jmeter test

2014-12-11 Thread Andrii Stesin
Where exactly does this parameter belong to - neo4j.properties I suppose ? Thanks, Andrii On Wednesday, May 2, 2012 10:05:58 AM UTC+3, Mattias Persson wrote: You should try with the new GC resistant cache then. Add: cache_type=gcr in your neo4j config to use ut. 2012/4/10 Peter

Re: [Neo4j] Re: Neo4j jmeter test

2014-12-11 Thread Michael Hunger
Today it is cache_type=hpc yes, in neo4j.properties for neo4j-enterprise You can also try cache_type=none can help too. On Thu, Dec 11, 2014 at 12:00 PM, Andrii Stesin ste...@gmail.com wrote: Where exactly does this parameter belong to - neo4j.properties I suppose ? Thanks, Andrii On