Solved my problem - use the magic of Apoc:

call apoc.meta.stats yield relTypes;

Thanks Max !

Wayne.

On Monday, 4 September 2017 18:28:29 UTC+1, [email protected] wrote:

> Return all unique edges:
>
> neo4j> START r=rel(*) return distinct type(r);
>
> I have a DB with billions of edges.  Is there a quicker way to do this ?
>
> Hint:  In the browser, relationship types -> show all appears to return 
> all the values quickly.
> What is it doing that I'm not ?
>
> Wayne
>

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