]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: add note about lmdb-random-ids and catalog zones producers 12091/head
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 14 Oct 2022 11:54:07 +0000 (13:54 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 14 Oct 2022 12:24:05 +0000 (14:24 +0200)
docs/backends/lmdb.rst

index c85817038dd9f4b5d697bb752535e6ea66e2329b..65dca9606b551483c4e0c9144813dc19b2a38339 100644 (file)
@@ -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: