Performance and resiliency¶
For DNS resolvers, the most important parameter from performance perspective is cache hit rate, i.e. percentage of queries answered from resolver’s cache. Generally the higher cache hit rate the better.
Performance tuning should start with cache Sizing and Persistence.
Other features described in this section can be used for fine-tuning performance and resiliency of the resolver but generally have much smaller impact than cache settings and number of workers.