This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PeterL
Recipients PeterL, guy.linton, jcea, loewis
Date 2010-04-23.13:09:26
SpamBayes Score 2.2993152e-06
Marked as misclassified No
Message-id <1272028168.01.0.9290520406.issue8504@psf.upfronthosting.co.za>
In-reply-to
Content
I could add what I have found using bsddb in Python 2.5 and 2.6 under Windows XP SP3. In my installation:
Python 2.5.4 bsddb 4.4.5.3
Python 2.6.4 bsddb 4.7.3
What I did: In Gramps imported an XML backup file to a empty bsddb database. It took about 1 hour with 2.6.4 and 2 minutes with 2.5.4!
I have also instelled bsddb3:
Python 2.6.4 bsddb3 4.8.4
and with the same import I'm back to 2 minutes.
I have pstat logs which I could provide.
History
Date User Action Args
2010-04-23 13:09:28PeterLsetrecipients: + PeterL, loewis, jcea, guy.linton
2010-04-23 13:09:28PeterLsetmessageid: <1272028168.01.0.9290520406.issue8504@psf.upfronthosting.co.za>
2010-04-23 13:09:26PeterLlinkissue8504 messages
2010-04-23 13:09:26PeterLcreate