DNS Infrastructure & Naming Conventions
How we made our DNS stack 3x faster

How we made our DNS stack 3x faster

4/11/2017 · Tom Arnfeld

What this post added

Replaced the data pipeline and the authoritative DNS server (rrDNS) to achieve a 3x speed improvement. Optimized the data model to group RRSets and use MessagePack for serialization, reducing storage space by 9x. Re-architected the authoritative filter (rrDNS v2) for better performance and scale, resulting in zero delays in the new pipeline and faster DNS query responses.

Read the original post ↗