[Pdns-users] Issue with subdoamin delegation and AFXR

2013-07-25 Thread Luca Salvatore
I have hit a very weird issue that I need help me. So, I'm trying to delegate a subdomain from my PDNS server to my slaves. I have the parent domain delegated without any problems at all. Let's call the domain 'annoying.com' I can delegate the parent domain annoying.com with no issues. The record

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

Re: [Pdns-users] What is a domain?

2013-07-25 Thread Wolfgang Faust
Thanks for all the replies. Now I have a couple more questions: * Is the records.id field used for anything? My records table is actually going to be a view onto a complex set of joins, unions, and cartesian joins, and trying to give each of the resulting records a unique id would be a major pain.

Re: [Pdns-users] What is a domain?

2013-07-25 Thread Marc Haber
On Thu, Jul 25, 2013 at 09:45:13AM +0200, Stefan Schmidt wrote: > On Thu, Jul 25, 2013 at 8:08 AM, Marc Haber wrote: > > > If it matters, I'm going to be using native replication to minimize > > > delays for updates. I've set up a MySQL cluster with a slave on the > > > same system as the PowerDNS

Re: [Pdns-users] What is a domain?

2013-07-25 Thread Peter van Dijk
Hello, On Jul 25, 2013, at 8:08 , Marc Haber wrote: >> The documentation >> (http://doc.powerdns.com/html/generic-mypgsql-backends.html) is quite >> good on explaining this for the `records` table, but rather sparse on >> explanations for the `domains` table. The closest I can come is ยง3.9 >> 'Na

Re: [Pdns-users] What is a domain?

2013-07-25 Thread Stefan Schmidt
Hi there, On Thu, Jul 25, 2013 at 8:08 AM, Marc Haber wrote: > > > If it matters, I'm going to be using native replication to minimize > > delays for updates. I've set up a MySQL cluster with a slave on the > > same system as the PowerDNS server. > > If you're talking native MySQL replication as