I want to compare the performances of a PowerDNS Authoritative server using a SQL backend, versus one using a LMDB backend.
LMDB stands for Lightning Memory-Mapped Database. In a nutshell, it provides an embedded transactional database in the form of a key-value store, and provides:
* greatly-increased performance,
* guaranteed data integrity