Hi guys,

Is there a way to create indexes safely while running an application? 
We need to create indexes on a remote Neo4j server dinamically while the 
system is running, so it might be doing other calls to Neo4j server.
Right now we create them by running a query like "CREATE INDEX ON 
:User(name)" but that is looking the whole database, and sometimes we are 
getting deadlocks and eventually the server stops responding.

Is there something we can do to avoid this behavior?
We are running the latest 3.1 version.

Thanks,
Matias.

-- 
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