Berkeley DB?

Matthias Andree matthias.andree at gmx.de
Sat Jun 11 17:40:37 CEST 2005


On Sat, 11 Jun 2005, Charles Hewson wrote:

> 	Do these databases have the ability to traverse in reverse order?
> The thought being on some mainframe db's we can start with a key of
> high-values and dump back toward the point of corruption.

This is possible from the Berkeley DB interfaces, we have DB_LAST and
DB_PREV, but I'd suggest to try db_dump -r first, as pointed out in an
earlier mail, or switch to the transactional mode or sqlite3.

-- 
Matthias Andree



More information about the Bogofilter mailing list