Hello,

For a project, I need to import 5 million nodes and 15 millions relations.
I tried to import by batch but it was very slow, so I used the new tool 
'Neo4j-import' from Neo4j 2.2. We generate some specifics .csv and use the 
'neo4j-import'. It is very fast, the whole database is created in 1mn30.
But the problem is that I need to do a regex query on one property (find a 
movie with only the beginning of his name). And the average response time 
is between 2.5 and  4 seconds, which is huge.

I read that with Lucene query it would be much more efficient. But with 
Neo4-import, nodes are created without the node_auto_indexing.

*Is there a way to use Neo4j-import and have node_auto_indexing *in order 
to use the Lucene query ?

Thanks a lot

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to