Re: [Neo4j] memory consumption

2010-07-05 Thread Qiuyan Xu
t of the process. > If the graph is growing in complexity, perhaps the queries are getting > slower? > > On Mon, Jul 5, 2010 at 10:16 AM, Qiuyan Xu > wrote: > >> I've just checked my code. It turns out that tx.finish() is already >> there and I use a normal inserter. &

Re: [Neo4j] memory consumption

2010-07-05 Thread Qiuyan Xu
n will still be alive, and continue > to grow and eat more memory. > > Cheers, > Tobias > > On Sun, Jul 4, 2010 at 4:33 PM, Qiuyan Xu > wrote: > >> Thanks for the answer. I can't remember exactly which inserter I use >> currently. I will check it tomorrow. Bu

Re: [Neo4j] memory consumption

2010-07-04 Thread Qiuyan Xu
Thanks for the answer. I can't remember exactly which inserter I use currently. I will check it tomorrow. But I do commit and restart a new transaction after a fixed number of insertions. At the same time, I execute some queries on the database while I insert the data, since such insertions

[Neo4j] memory consumption

2010-07-04 Thread qiuyan . xu
Hallo, I'm currently working with neo4j database and want to insert a bunch of data into it. At the very beginning the program works quite well. But as more data has been inserted into the database, the insertion runs more and more slowly and I noticed that the program consumes really a lot