I answered on SO.

Can you show your query plans? You can run EXPLAIN with your query.

You create a Cross Product between hash a and  b and then times the :ced 
relationships of b -> o

How much heap do you have assigned to your DB?

Michael

> Am 23.05.2016 um 21:43 schrieb 'Frank' via Neo4j <neo4j@googlegroups.com>:
> 
> Hello Guys,
> 
> i have a question. I wrote i query for a bulk import into neo4j and it doesnt 
> work.
> 
> MERGE (own_tx:typea {hash:"a"})
> MERGE (prev_tx:typeb {hash:"b") - [c:ced] -> (o:typec{index:0})
> CREATE (o) - [:test] -> (own_tx)  
> 
> My Database crashes with this Java error: "gc overhead limit exceeded". 
> Any Idea's?
> 
> Best regards
> Frank
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to