+**Cdb** (constant database) is a compact, high-performance [Data Storage](/wiki/Data_Storage) format optimized for rapid read access. It creates an immutable, read-only mapping of keys to values, making it ideal for static datasets that require efficient lookups. This minimalist approach to [Database](/wiki/Database) design prioritizes speed and reliability for unchanging information.
+## See also
+- [Key-Value Store](/wiki/Key-Value_Store)
+- [File Format](/wiki/File_Format)
+- [Hashing](/wiki/Hashing)
... 1 more lines