Re: [Neo4j] performance issues with ubuntu

2011-06-01 Thread Marco Gerber
. On Tue, May 31, 2011 at 5:45 PM, Marco Gerber mger...@junisphere.netwrote: Hello everybody The performance issue results from a too small transaction size. If I commit only after 1000 traversials, the execution time for every traversial speeds up to ~ 300 times. The same thing happens

Re: [Neo4j] performance issues with ubuntu

2011-05-31 Thread Marco Gerber
Hello everybody A collection of reference benchmarks would be great, but completely independent of this, my problem is making my application on linux as performant as on windows. Thanks guys, Marco -Original Message- From: user-boun...@lists.neo4j.org on behalf of Rick Bullotta Sent:

Re: [Neo4j] performance issues with ubuntu

2011-05-30 Thread Marco Gerber
party. On Fri, May 27, 2011 at 4:35 PM, Marco Gerber mger...@junisphere.netwrote: Hello everybody I have havy performance issues with the following setup: 1010 Nodes in use 1052 RelationshipIds in use The depth of the graph is set to 8 (from factory nodes on). The traversial of the graph

[Neo4j] performance issues with ubuntu

2011-05-27 Thread Marco Gerber
Hello everybody I have havy performance issues with the following setup: 1010 Nodes in use 1052 RelationshipIds in use The depth of the graph is set to 8 (from factory nodes on). The traversial of the graph starts from around 300 nodes synchronously (one traversial by one). In average, there

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-05-25 Thread Marco Gerber
like an easy enough fix. Thank you 2011/5/24 Marco Gerber mger...@junisphere.net Hi Mattias I solved the problem after having a look on the neo4j source code. The code uses java services to load any extensions on runtime. One of them is defined in META-INF/services

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-05-24 Thread Marco Gerber
Persson Sent: Mon 23.05.2011 14:35 To: Neo4j user discussions Subject: Re: [Neo4j] No index provider 'lucene' found - osgi Hi Marco, Could you post the contents of graphDb/messages.log file also? 2011/5/23 Marco Gerber mger...@junisphere.net Hello everybody I'm currently trying to make my

[Neo4j] No index provider 'lucene' found - osgi

2011-05-23 Thread Marco Gerber
and let me know if I have to provide more information Marco Gerber [1] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: No index provider 'lucene

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-05-23 Thread Marco Gerber
To: Neo4j user discussions Subject: Re: [Neo4j] No index provider 'lucene' found - osgi Hi Marco, Could you post the contents of graphDb/messages.log file also? 2011/5/23 Marco Gerber mger...@junisphere.net Hello everybody I'm currently trying to make my spring based osgi application run