[bind10-dev] large host qps using sqlite3
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Thu Jan 10 16:15:32 UTC 2013
At Thu, 10 Jan 2013 08:11:24 -0600 (CST),
"Jeremy C. Reed" <jreed at isc.org> wrote:
> (I see the qps performance for a single small zone using sqlite3 is
> slower than this. That does not make sense to me. Or maybe the sqlite3
> zone database changed between versions and I am using a better one for
> the largehost tests. It is much too slow for me to regenerate it for
> each release using its release loadzone, but I guess I should.)
(Assuming indexes work as intended) the major performance factor,
especially in the case of sqlite3 data source, is the number of SQL
queries needed to resolve a single DNS query, rather than the size of
the DB. So, depending on the configuration this result is not
necessarily surprising. In general, answers that contain more RRs
would take more time.
---
JINMEI, Tatuya
More information about the bind10-dev
mailing list