Michael Hunger

Results 538 comments of Michael Hunger

Hi @rswarup82, yes linux would be the easiest alternative. You can try to change the config to use_memory_mapped_buffers=false and increase the heap size in the batch-script to accomodate 2G +...

It's a bigger change, I can look into it but there are some larger changes ahead. I usually have to copy the BatchInserterImpl from Neo4j and then make some changes...

I think what you're looking for is LOAD CSV in Cypher which allows you to take that single line and distribute it across any number of nodes and relationships. http://docs.neo4j.org/chunked/milestone/cypherdoc-importing-csv-files-with-cypher.html...

We just discussed that today, I'll look into it this week. But you saw the [2.0 branch, here](https://github.com/jexp/batch-import/tree/20). So you can import on 2.0 and then have neo4j upgrade your...

If you have a minute, I'm happy to accept a PR. It works with both formats (with a config option) though and currently doesn't look at the extension.

Could you provide a concrete example? The problem I see with that, is that people just recreate the relational database structure in the graph and don't think about creating a...

The shell script defaults the file name parameters (if not provided) To nodes.csv and rels.csv Sent from mobile device Am 10.02.2014 um 02:16 schrieb cescalante-carecloud [email protected]: > Can you post...

Perhaps it is a wrong error message and instead related to open file handles? Can you put a watch on `df -h` while the import runs and see how it...

How many nodes, rels and indexed properties do you have in your data?

What is the commandline you call for the import?