in reply to Managing a graph with large number of nodes
Or an SQL database (lots of database interfaces around, for example DBIx::Simple, DBIx:Class), but you also would need to install a database engine.
Files for individual nodes would be a bad idea, as every access of a node would entail the opening of a file, heavy overhead I would assume.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Managing a graph with large number of nodes
by Jenda (Abbot) on Nov 02, 2009 at 08:49 UTC | |
|
Re^2: Managing a graph with large number of nodes
by dsheroh (Monsignor) on Nov 02, 2009 at 11:37 UTC | |
by Jenda (Abbot) on Nov 02, 2009 at 16:49 UTC |