Thanks, so adding something like this to the end of pdns.conf:<div><br></div><div><div>gmysql-basic-query=select content,ttl,prio,type,domain_id,name from blocks where type='%s' and name='%s' and name like '%.<a href="http://4.1.domain.com">4.1.domain.com</a>'</div>
<div>gmysql-basic-query=select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s' and name not like '%.<a href="http://4.1.domain.com">4.1.domain.com</a>'</div></div><div>
<br></div><div>Ideally, I'd like to resolve <a href="http://www.4.1.domain.com">www.4.1.domain.com</a> using the `blocks` table and everything else using the records table.</div><div><br></div><div><br></div><div><br>
</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Jul 10, 2012 at 2:09 PM, <a href="mailto:ktm@rice.edu">ktm@rice.edu</a> <span dir="ltr"><<a href="mailto:ktm@rice.edu" target="_blank">ktm@rice.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Jul 10, 2012 at 02:00:45PM -0700, Andrew Melton wrote:<br>
> I am wondering whether it is possible to configure the gmysql backend to<br>
> pull from more than one table.  Currently, we use `pdns`.`records`, but it<br>
> is growing large and I would like to split the data.  Any suggestions would<br>
> be appreciated.<br>
><br>
> Thanks.<br>
<br>
</div></div>It is possible to define the SQL queries that are run in the PDNS<br>
configuration file pdns.conf. You should be able to do what you<br>
need. See the manual for the default queries being used.<br>
<br>
Cheers,<br>
Ken<br>
</blockquote></div><br></div>