Journal

By Steve Challis

Recent Entries

Archive

RSS/Atom

Home

Projects

@schallis

Wordnik: 12 Months with MongoDB

October 26th, 2010 — 0 Comments — Permalink

  • wordnik
  • mongodb
  • gridfs
  • performance

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.

Log in

Powered by Mumblr – a basic Django tumblelog application that uses MongoDB with MongoEngine. Fork it on Github. Designed and developed by Harry Marr and Steve Challis.

Unless otherwise noted, everything here is available under the Creative Commons Attribution-Share Alike 3.0 license. Sharing is fucking cool.

Home / Projects / Recent / Archive / RSS /