The document summarizes the development of new symbology and suggest web services using MongoDB to replace older services that had performance and scalability issues. Key points: - The services provide financial reference data and suggestions via symbols/codes accessed millions of times daily. - MongoDB was chosen for its document model, performance of 1ms average response time, and ability to store data fully in memory. - The symbology service optimizes data storage to reduce space and enable fast searches through field normalization and compression. - The suggest service uses an inverted index for partial text searches and generates suggestions from the symbology data through Amazon EMR. - MongoDB drivers for .NET provided good performance without bottlenecks.