Re: [Pdns-users] updated patch to improve SQL db AXFR performance

2013-07-25 Thread k...@rice.edu
Argh! I forgot to include one patch in the posted patchset. Here it is: - --- pdns-3.3/pdns/dnsbackend.hh 2013-05-16 07:55:13.0 -0500 +++ pdns-3.3-FINALIZEAXFR/pdns/dnsbackend.hh2013-07-11 20:05:43.697847786 -0500 @@ -181,7 +181,7 @@ } //! commits the t

[Pdns-users] updated patch to improve SQL db AXFR performance

2013-07-16 Thread k...@rice.edu
Dear PDNS community, We are preparing to upgrade to the DNSSEC capable pdns 3.3. Please find the attached patch to include a "finalize-axfr-query" to replace the blanket assumption of "commit". This allows you to utilize areas other than your primary records tables to manage the API mismatch betwe