Hi Jose, My apologies, I misunderstood your initial question.
It is possible to hold 2 separate graph structures in Neo4j. But remember to keep a handle to each graph through an index, or through some conventional root node, otherwise you'll end up doing an expensive trawl through GraphDatabaseService.getAllNodes(). Jim _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

