It will create an index on all nodes with the label 'Person' on the
property 'UUID'...which means when you do a query that looks up something
by Person#UUID it will use that index rather than scanning all the nodes
labelled Person and checking the UUID property.


On 29 May 2014 14:04, Alex Frieden <[email protected]> wrote:

> When I run CREATE INDEX ON :Person(UUID)
>
> What exactly is the database doing to index?  All I see is that it is
> going much faster.
>
> --
> 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.
>

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