From: Kees Monshouwer Date: Fri, 14 Oct 2022 11:54:07 +0000 (+0200) Subject: auth: add note about lmdb-random-ids and catalog zones producers X-Git-Tag: dnsdist-1.8.0-rc1~276^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12091%2Fhead;p=thirdparty%2Fpdns.git auth: add note about lmdb-random-ids and catalog zones producers --- diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index c85817038d..65dca9606b 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -7,7 +7,7 @@ LMDB backend * Superslave: No * Case: All lower * DNSSEC: Yes -* Disabled data: No +* Disabled data: Yes * Comments: No * Multiple instances: No * Zone caching: Yes @@ -92,8 +92,12 @@ PowerDNS Version LMDB Schema version .. versionadded:: 4.7.0 +- Boolean +- Default: no + Numeric IDs inside the database are generated randomly instead of sequentially. If some external process is synchronising databases between systems, this will avoid conflicts when objects (domains, keys, etc.) get added. +This will also improve the detection of recreated zones for :doc:`Catalog Zones <../catalog>` producers. .. _settings-lmdb-map-size: