The document discusses the MyEdu Profile Project's decision to use MongoDB over MySQL for its user profile data. It chose MongoDB to allow for rapid iteration and continuous change while minimizing downtime for new features. While a schema-less design is harder to maintain, the project employs patterns to control document structure. The profile has since undergone several iterations on MongoDB, demonstrating its ability to scale. Lessons include proper indexing and not thinking of data like MySQL.