Jose,

Please see the FAQ: 
http://wiki.neo4j.org/content/FAQ#How_can_I_get_the_total_number_of_nodes_and_relationships_currently_in_Neo4j.3F

((EmbeddedGraphDatabase)graphDb).getConfig().getGraphDbModule().getNodeManager().getNumberOfIdsInUse(Relationship.class);

Cheers

Michael

Am 31.01.2011 um 05:14 schrieb Jose Angel Inda Herrera:

> hello list, i hope that all are fine,
> 
> i have to know the number of relationships in my database,
> how i can do,
> thanks beforehand.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to