I use these two flags in my DB_CONFIG file to disable logging during large loads: set_flags DB_TXN_NOSYNC set_flags DB_TXN_NOT_DURABLE This only works with berkeley based backends, and recent versions of berkeley, I believe. Probably should read the berkeley documentation on these flags.... Dan