The document discusses MongoDB and how Crittercism scaled their database to handle over 30,000 requests per second. It begins with an overview of Crittercism's background and architecture, including how they started as a dating app and transitioned to a mobile analytics platform. It then covers their MongoDB router architecture, including how they evolved from a single mongos router to using a separate mongos tier. This helped reduce connections to config servers and propagation delays. It also discusses considerations for sharding and balancing performance as their database usage grew significantly.