Report information
The Basics
Id:
37902
Status:
rejected
Priority:
Medium/Medium
Queue:

People
BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
feature

Dates
Created:Mon, 24 Nov 2014 16:37:54 -0500
Updated:Mon, 26 Jun 2017 20:02:52 -0400
Closed:Thu, 22 Oct 2015 06:50:52 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: faster rndc delzone
"rndc delzone" is slow, especially on servers with lots of zones, because the whole file has to be copied (except for one line) every time a zone is deleted. It's been measured as having only 20% of the throughput of addzone. Proposed solution is to replace the NZF file with a database. I'm inclined to use berkeley DB for this. Text NZF files would have to be converted when upgrading, and we also need a way to convert back to text so the zones in the DB can be inspected. Since relatively few people really need addzone anyway, it might be better to leave this as a compile-time option rather than incur an unavoidable dependency on berkeley DB.