Hi, 

I tried to create the index with the CREATE INDEX ON :Node(name)
Cypher command, but it does not make any difference on the time of the query
I have a graph with about 70 million edges and 4 million nodes, the 
creation of 
the index is instantaneous, but the query times are the same before and 
after :(

I am doing the following queries, they return the result but they don't 
improve with the index

MATCH (n:Node{ name: 'v14' })
RETURN n

and 

MATCH (n:Node)
WHERE n.name = 'v14'
RETURN n

Thanks in advance for your help
Hugo 


On Friday, March 11, 2016 at 2:26:34 PM UTC-6, Hugo Labra wrote:
>
> Hello, 
>
> I am trying to create an index but I have not been able to get results 
> back when I query it.
>
> Hugo
>

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