diff --git a/documentation/readme.rst b/documentation/readme.rst index 00cd691..e9d0c47 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -461,6 +461,12 @@ Why CDB? -------- +CDB is the venerable key-value embedded database implemented by D.J. Bernstein, ``__, +and was used in many software solutions implemented by him, +most notably `qmail `__ and `tinydns `__. +From there it was picked up by many other network services that required mostly-static low-overhead lookup tables, +like for example Postfix as an alternative for its user database. + Until I expand upon why I have chosen to use CDB for service static website content, you can read about the `sparkey `__ from Spotify.