If you don't need any of the logging/disaster recovery features, you can set this flag in your DB_CONFIG file when you create the database: set_flags DB_TXN_NOT_DURABLE And then it wont write logs. This may have other implications that I don't know about yet, however. Dan