Re: [Neo4j] BatchInserter performance

2010-07-19 Thread Johan Svensson
Could you provide a stacktrace for the error? Using the batch inserter and failing to invoke shutdown could be the cause of this problem. Regards, Johan On Sat, Jul 17, 2010 at 3:48 AM, Mohit Vazirani mohi...@yahoo.com wrote: That seemed to help get past that step. However, I am now seeing

Re: [Neo4j] Very slow read performance-1sec to get a node's relationships

2010-07-19 Thread David Montag
Hi Amir, In your previous e-mail you listed some sizes of store files: neostore.propertystore.db : 2GB neostore.propertystore.db.strings : 4GB You are however only memory mapping a fraction of the size of those files: neostore.propertystore.db.mapped_memory=100M

Re: [Neo4j] Query for combination of properties

2010-07-19 Thread Mattias Persson
I just spent a little time extending the https://svn.neo4j.org/laboratory/components/lucene-index/ component so that IndexProvider#relationshipIndex(...) returns a RelationshipIndex (which extends IndexRelationship) and adds methods so that you can do (not committed yet): index.query( name,

Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-19 Thread Andrew Mutz
Thanks Tobias! One more quick question: I'm using Neo4J-Rest. Right now, I'm modifying the rest project to use this prototyped index component. I'm fine continuing down this road, but I wanted to ask if anyone else has been doing the same thing? Is there a (presumably prerelease) version of