huge persistent dictionary

Magnus Heino magnus.heino at rivermen.se
Tue Nov 7 09:17:35 EST 2000


> My Problem is, that I want to store an huge amount of data in an
> dictionary and to make it persistent.

Use ZODB by Digital Creations.

There are introductions and tutorials available at:
http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html
http://www.zope.org/Members/michel/HowTos/ZODB-How-To
http://starship.python.net/crew/amk/zodb/

It is used in their appserver Zope, but can be used in any python 
application.

I know of databases using ZODB that are 10GB+

/Magnus



More information about the Python-list mailing list