writing out a large Python dictionary as a berkeley db is slow -
10-11-2005
, 01:13 AM
Hi,
I'm using berkeley db through Python's shelve module.
Writing out a huge Python dictionary using shelve & berkeley db takes a
very long time.
Is there a way to improve performance (without buying a better hard
disk)?
Amir |