Hi Orla, On Wed, Aug 5, 2009 at 12:38 PM, <[email protected]> wrote: > The case for using disconnected graphs would be where the user wants to > search for nodes of a specific type - i.e. view all databases within the > organisation, or maybe view all databases with a specific keyword. To > return my results for these scenarios I am iterating over all nodes in the > graph as opposed to a traversal. Well, instead of iterating, could you index the TYPE-property and instead do a Lucene search for these keywords? You would get back a list of nodes with these types and be able to show them without doing an exhaustive traversal?
> Also if the user would want to see the complete graph, its possible this > could be disconnected. I don't want to go down the route of creating > seperate graphs as its possible these seperate graphs would join at some > point in the future. Yeah, I think this is more of a visualization issue than disconnection the data model to support this? /peter _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

