Hi Laurent! > The next step will be the exploitation of the content of the database. > Neoclipse gave up a long time ago, i am expecting around 20.000 nodes > and ... mmm... a million relationship (with different type) ? >
What limits Neoclipse is the number of nodes/relationships which can be viewed at the same time. After only a few hundred of those, the GUI library it uses will experience problems (and should probably get replaced by something else). Keep the traversal depth as low as possible, and if that isn't enough, use some other tool like the Neo4j Shell: http://wiki.neo4j.org/content/Shell /anders _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

