Jon Reed from AOL presented on how MongoDB is used for online advertising at AOL. Some key points:
- MongoDB is used to store user profile and browsing data to retarget customers who visited but did not purchase. User profiles contain IDs and browsed products.
- The MongoDB platform at AOL has multiple data centers, replication across networks, and scales to billions of transactions per month.
- MongoDB was chosen because it supports their use case of high write/low read volumes, flexible schemas, and ability to horizontally scale.