The document discusses NoSQL database options at About.me, specifically Membase and MongoDB. Membase is used for sessions, user profiles, dashboards, and rate limiting. It scales easily and has a web console for administration. MongoDB stores some user data and cached information, and can also be used as an asynchronous message queue with atomic operations. It supports auto-incrementing fields through side collections or optimistic locking. Both databases support sharding of collections for scalability.