This was at a talk on the state of mongodb's sharding features which are still a work in progress. The demo was a preview of what's to come rather than simple bragging.
Not that I run a site that's anywhere close to Reddit, but I was a bit scared to hear one of their admins mention MongoDB "suffered more than one bout of catastrophic data loss in my brief testing": http://www.reddit.com/r/announcements/comments/c2spc/reddits...
To be fair - this benchmark is from 6 months ago. There have been a lot of improvements in Mongo since then.
I also question his statement of "Slower than DB" - I have been in production w/ MongoDB since August '09 and it was a huge performance improvement over MySQL. Since then there have been incremental improvements in performance w/ each release.
Some more info:
- 25 x-large ec2 instances
- each instance ran mongos, mongod and java loading program
- system averaged 5M "ops" per second over many hours
Although the numbers are not possible to read from the end of the video talk[1], it looks similar to the mongostat tool[2] (albeit a web version). If that is indeed the case, then the total operations will be the sum of all inserts, queries, updates, deletes, getmores and commands per second.
They should be bragging about the most impressive real world MongoDB setups, even if the numbers are smaller.