Wordnik: 12 Months with MongoDB
October 26th, 2010 — 0 Comments — Permalink
Interesting performance stats, and 12 billion documents is a fairly substantial amount of data.
This is the first time I've seen major use of GridFS too:
We now store our audio files in MongoDB’s GridFS. Previously we used a clustered file system so files could be read and written from multiple servers. This created a huge amount of complexity from the IT operations point of view, and it meant that system backups (database + audio data) could get out of sync. Now that they’re in Mongo, we can reach them anywhere in the data center with the same mongo driver, and backups are consistent across the system.
Discussion
There are no comments for this post.Comments on this post have now been closed.