Matias,

can you describe the other kinds of queries that are running (reads,
writes, do they also touch the :User label?) how many of them and how
concurrent?

Michael

On Tue, Jan 10, 2017 at 11:32 PM, Matias Burak <mbu...@gmail.com> wrote:

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