powerdns性能基准测试

下载dnspyre

https://github.com/Tantalor93/dnspyre/releases

sqlite数据库

dnspyre -n 10 -c 100 –server 172.29.0.1 www.hetao.me

切换到mysql数据库后再次测试

性能基本没区别,说明数据库并不影响性能,因为查询都是在缓存中完成的,但是数据量大的时候数据库维护更方便。

Views: 0