Datastorage question.

Thomas Guettler pan-newsreader at thomas-guettler.de
Mon Aug 26 02:15:36 EDT 2002


On Mon, 26 Aug 2002 02:13:29 +0200, Adonis wrote:

> i want to save small tidbits of info similiar to an address book, would
> it be better to use the bsddb module, or place the information into a
> dictionary/list type and dump it using cPickle?
> 
> any suggeustions is greatly appreciated.

If you have few data (less than 10MB) I think you should
use pickle or cPickle. AFAIK you don't have to place the information
into a dictionary/list. You can pickle the objects, too.

 thomas



More information about the Python-list mailing list