Roundup Tracker - Issues

Issue 449374

classification
re-enable bsddb3 backend
Type: Severity: normal
Components: Database Versions:
process
Status: closed out of date
:
: richard : anthonybaxter, richard
Priority: normal :

Created on 2001-08-09 03:13 by anthonybaxter, last changed 2002-05-14 08:28 by anonymous.

Messages
msg8 Author: [hidden] (anthonybaxter) Date: 2001-08-09 03:13
Should figure out why BSD DB3.x doesn't Just Work For
Me and fix it.

(this is a placeholder/reminder :)
msg9 Author: [hidden] (anthonybaxter) Date: 2001-12-06 07:43
Logged In: YES 
user_id=29957

there's no chance I'm going to get to this in the next
month or so. unassigning to get it off my bug list. :)
msg10 Author: [hidden] (anonymous) Date: 2002-05-14 08:28
Logged In: NO 

It can be done by copying back_bsddb.py into back_bsddb3.py
and systematically s/bsddb/bsddb3/
It works! It is kind of kludgy, because does not use bsddb3
locking system etc., but it is simplest way. And because
default bsddb is often buggy (much more buggy than
db-3.3.11 - I tried to load it with large data set - it 
misbehaves) it is recommended.
History
Date User Action Args
2001-08-09 03:13:58anthonybaxtercreate