Re: [Neo4j] Schema index doesn't slow insertion

2016-09-16 Thread 'Michael Hunger' via Neo4j
Can you share more details on what you do? do you have a constraint on the label property combination? otherwise teh lookup portion of merge always has to do a full label scan. Run your merge statement with PROFILE or EXPLAIN and share it with us. On Wed, Sep 14, 2016 at 1:59 AM, Sebastian Pus

[Neo4j] Schema index doesn't slow insertion

2016-09-14 Thread Sebastian Puscas
Hi all, I have a feeling something is wrong with my neo4j 3.0.3 because ,when I insert 50 milions of nodes, insertion is constant with or without schema index on the only property. Values of the properties look something like this : name1, name2 ,name3 ...name5000 . Does anybody have any e