in reply to Working with a huge Graph object
The disadvantage is the lack of speed, of course. You could use a file-based RDBMS such as SQLite, or a pure file-based database without RDBMS features such as BerkeleyDB. Those may be adequate to your needs. If you are just storing nodes and edges without any complex attributes, you may be able to get away with BerkeleyDB.
You can probably hack the Graph module to integrate it with a RDBMS system.
Ted
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Working with a huge Graph object
by sgifford (Prior) on Dec 03, 2003 at 21:12 UTC |