Skip to content

Instantly share code, notes, and snippets.

@kgbu
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save kgbu/f9d4bb29ce0807a6f4a1 to your computer and use it in GitHub Desktop.

Select an option

Save kgbu/f9d4bb29ce0807a6f4a1 to your computer and use it in GitHub Desktop.
SSD for Linux server

referred sites

buyers voice

http://shop.tsukumo.co.jp/goods/0405786629016/201405000000000/ is recommended by https://twitter.com/htaira/status/504523337725272067

cost performance

  • on AWS : $0.12 for 1GB x 1 month (usual magnetic EBS volume is $0.08) in ap-northeast region : plus, $0.08 for 1M IO request in 1 month (see AWS pricing tips : http://www.slideshare.net/kazukiueki76/20130413-jaws-hokurikuebslt ) EBS is network volume, so, IO block size(about 64KB) differ than that of OS. There is no SSD/Magnet specific comparison article.

use cases

  • Random access : database storage (store larger data than memory)
  • immediate/predictable response time : high IOPS storage (queue)
  • data mining
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment