<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> Duane [mailto:duane@e164.org]<br><b>To:</b> pdns-users [mailto:pdns-users@mailman.powerdns.com]<br><b>Sent:</b> Tue, 09 May 2006 14:38:58 +0200<br><b>Subject:</b> Re: [Pdns-users] DNS Replication<br><br><!-- -->Nico van Royen wrote:<br><br>> Our concern is that we expect 5000 dns changes per second (possible more in the future).<br>> The DNS servers are supposed to be authorative for an entire .tld as well as recursive.<br>>
meaning that each dns server should query its (slave) sql server for
all queries (and recurse when needed) while the (slave) sql server
should also be synced to the master database.<br>> <br>> Replicating the master SQL database to over 10 slave sql servers would lead to quite some overhead in our expectations. <br><br>We had non-technical issues with replicating SQL so we opt'd to do an <br>SQL dump on the primary server and then have a patch/diff system in <br>place and then bzip the base file + patch then recombine it at the other <br>end.</blockquote><br>
This would mean you not have 'realtime' updates.  I doubt you do
this 'update' every minute.  With a large database if would even
take several minutes to complete the dump -> compress -> copy
-> uncompress -> patch.  We do need it (near) realtime
updates.<br>
<br>
Grtz,<br>
Nico van Royen<br>
WARP3.COM<br>
</body></html>