Memcached with SSD

Perrin Harkins perrin at elem.com
Thu Jan 3 21:47:44 UTC 2008


On Jan 3, 2008 4:07 PM, Pete Marinas <petegmar at gmail.com> wrote:
> Has anyone used Memcached with SSD like TMS or Violin Memory?

You'd use something that stores on disk for that, like BerkeleyDB.

Also, the two ideas are kind of at odds.  You typically buy a solid
state disk instead of a ton of RAM because you can't afford to lose
your data if the power goes out.  You use memcached for things where
you don't mind losing data.

- Perrin


More information about the memcached mailing list