If you only want to see _which_ labels and rel-types exists, check the left
browser tabs that list those (there are also REST endpoints).

Otherwise there are only lower level operations in the core database that
might expose that faster.

How often do you need to update these stats?

Michael

On Wed, Sep 17, 2014 at 12:04 PM, 'Curtis Mosters' via Neo4j <
[email protected]> wrote:

> Well I use
>
> MATCH (n) RETURN labels(n)[0],count(*);
>
> to get an overview. But in my case with 25 Mio nodes it takes 6 minutes.
> Way too long.
>
> Is there a better and most important faster way?
>
> Thanks
>
> --
> 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