The document discusses the author's experience with database selection and migration for the guardian.co.uk website, describing how they evolved from a relational database to a NoSQL database (MongoDB) to address scalability and flexibility issues. It outlines the benefits of MongoDB for the author's use case, including flexible schema, simple data model mapping, and ease of queries. MongoDB was selected to build a new identity management system after issues were encountered with scaling the existing relational database solution.