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.
