bind9/doc
Ondřej Surý 39d3e2a8ec
Add a limit to the number of RR types for single name
Previously, the number of RR types for a single owner name was limited
only by the maximum number of the types (64k).  As the data structure
that holds the RR types for the database node is just a linked list, and
there are places where we just walk through the whole list (again and
again), adding a large number of RR types for a single owner named with
would slow down processing of such name (database node).

Add a configurable limit to cap the number of the RR types for a single
owner.  This is enforced at the database (rbtdb, qpzone, qpcache) level
and configured with new max-types-per-name configuration option that
can be configured globally, per-view and per-zone.

(cherry picked from commit 00d16211d6368b99f070c1182d8c76b3798ca1db)
2024-06-10 18:50:06 +02:00
..
arm Add a limit to the number of RR types for single name 2024-06-10 18:50:06 +02:00
design Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
dev Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
dnssec-guide Mention RFC 9276 Guidance for NSEC3 Parameter Settings 2024-05-08 07:09:35 +00:00
doxygen Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
man Remove pregenerated manpages from the repo 2023-02-10 12:03:56 +01:00
misc Add a limit to the number of RR types for single name 2024-06-10 18:50:06 +02:00
notes Add CHANGES and release note for [GL #4481] 2024-06-10 18:44:52 +02:00
Makefile.am Remove pregenerated manpages from the repo 2023-02-10 12:03:56 +01:00