Constant Data Base
Appearance
An editor has nominated this article for deletion. You are welcome to participate in the deletion discussion, which will decide whether or not to retain it. |
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (October 2006) |
A Constant Database (or CDB) is a database intended to be read many times but only written to once. Dan Bernstein created a constant database specification and programs to utilize it on Unix systems, refer to his his CDB page.
CDBs are very commonly used in mail systems such as Qmail.
Michael Tokarev has created an implementation called TinyCDB that can be used with the Postfix MTA.