see my other answer. (disable the auto-complete)

Also you don't need the WITH in your query.

How long does it take if you just return the tabular data, i.e.


> match (a:Contig {id:"isotig1010.5"}) return a.id, properties(a);

Can you also share the query plan?

Michael

> Am 23.05.2017 um 00:19 schrieb Isaac Ho <[email protected]>:
> 
> Hello, I am curious about the performance difference in the cypher shell vs. 
> browser.   I have a tiny local db on Mac OS El Capitan of 3000 nodes (of type 
> "Contig") that have only a string "Id" property.  When I run a simple query 
> that returns a single row, it takes 59ms in cypher shell, but over 10 seconds 
> in Chrome.  I've created an index on the id.
> 
> match (a:Contig {id:"isotig1010.5"}) with a return a;
> 
> Why so slow?  And is there a way of getting sub 1s performance on even simple 
> queries with any existing visualization software?   
> 
> Version info:
> Chrome: Version 57.0.2987.133 (64-bit)
> Neo4j: 3.2.0 community edition
> 
> Note: There was another thread that was somewhat similar here 
> https://groups.google.com/forum/#!searchin/neo4j/query$20performance$20console%7Csort:relevance/neo4j/J0wL9GIN_s0/ux91Ihv-Pw0J
>   but the issue did not seem to be resolved.
> 
> -- 
> 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