From: Jamie C. <jca...@we...> - 2003-09-17 23:12:22
|
John Horne wrote: > Hello, > > Is anyone using any of the available DNS modules with large-ish zones? > Not a large number of zones, but zones with a lot of records in them. > > I've just loaded the University's 18,000 or so records on to a test > system. The standard bind8 module works okay but loading the zone, and > selecting individual records takes a time (around 30 seconds). This is > on a Sun Ultra10 with 512MB of memory. The system is doing nothing else. > > I really just want to know if this is something to look into or is it > something local here. Currently using webmin 1.090. I can see why webmin would be slow with an 18000 record zone file. Currently, it parses that entire file every time you open a page that does anything within the zone, and reading such a large file with Perl is going to take a long time.. Unfortunately, there isn't really any solution, except modifying webmin to add some kind of indexing or caching code for BIND zone files. - Jamie |