View previous topic :: View next topic |
Author |
Message |
bunder Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Sun Mar 02, 2008 5:35 am Post subject: bind dns + mysql (sdb) = any good? |
|
|
been tinkering with mysql, and i kinda like it...
anywho, i was looking at possibly moving bind dns into mysql... dlz looks confusing as hell, so i was wondering if anyone has tried sdb...
is there any performance gains from using bind with a mysql backend? does it handle zone updates well? (ie: do i have to update the zone serial by hand?)
thanks in advance ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________
Neddyseagoon wrote: | The problem with leaving is that you can only do it once and it reduces your influence. |
banned from #gentoo since sept 2017 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Casshan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 May 2004 Posts: 53
|
Posted: Thu Mar 06, 2008 1:21 am Post subject: |
|
|
I've been thinking about using http://www.powerdns.com/ for a mysql powered DNS server |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kashani Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/9629732313ee51df8c5935.jpg)
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Thu Mar 06, 2008 6:47 pm Post subject: |
|
|
My understanding is that all db backed named servers are slower than local file name servers. That makes sense if you think about it. Bind will load the zone and cache it in memory whereas with a db involved it'll always need to query the db to make sure it has the latest data. There are ways Bind could cache the db records, but they would be complicated and require some sort of intermittent process to track db changes.
The only reason to move to db based zone files is for ease of management. At least that was the situation when I looked into it a few years ago. IIRC PowerDNS was even recommending ways to use Bind to front end it which involved some hackery with adding new domains.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|