Re: bdbhpt driver - additional data
Chris Hastie <[email protected]> Sun, 27 Sep 2009 14:31:44 +0100
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
On 27/09/09 03:20, Scott Haneda wrote: > There is no hard in storing any amount of arbitrary data in the same > table as the one in which bind-dlz is looking. I had at one point a > toggle of "active" that would allow me to turn on and off a zone as as > measure to quickly disable DNS for an entire zone, but not delete it > entirely. Thanks Scott. This isn't quite what I'm asking though. I'm aware that extra fields can be included in the MySQL schema - indeed I have the same 'active' flag as you describe. Any old MySQL schema can be used, all that dlz cares about is that the query specified returns the correct data in the correct order. The bddhpt driver is a bit different, and the schema is specific. However, the dns_zone table has as a key of the zone name reversed, but leaves the value empty. Given that the schema is specific, I'm wondering if there is any harm in using this empty value to store the zone's serial instead? > You can even used stored procedures, and triggers to do more fancy > things. In the end, I found that I was needing too much MySql power > to keep up with the DNS requests I had coming in, so I went back to a > non DLZ setup, but what you ask is indeed harmless, and you can be > very powerful with what you do in your database. A couple of things about the MySQL load. Firstly, when I ran into issues with this I found that optimising MySQL's query cache made a huge difference. Secondly, although in the end motivated by a problem with MySQL libraries on 64-bit systems, I've had in mind to do what I'm now doing if load on MySQL starts to build too much. I'm retaining the same MySQL backend for managing records, but bind-dlz now uses the bdbhpt driver. I'm updating the bdbhpt data from the MySQL data. Initially I was going to do this periodically from a crontab, and having easy access to the latest serial in the bdbhpt data would help do this efficiently. But I'm now looking at using triggers, which may do away with this need. -- Chris Hastie ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf