KodeKabuki

Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.

December 15, 2009 at 4:22pm

Home

Last.fm uses MogileFS with SSDs →

Summary:

  1. They used SSDs to store hot songs.
  2. They picked the simple FIFO noop scheduler in the Linux I/O subsystem. For more info on the different schedulers, read Redhat’s IO Tuning Guide. They also set read_ahead_kb to a very low value since seek times are so low for SSDs anyway.
  3. Modified MogileFS to differentiate between storage nodes with SSDs and nodes with regular HDDs.
  4. 1 SSD => 7000 requests vs 1 7200rpm SATA => 300 requests.