Memcached used for Digg session storage

Thursday, 29 June 2006, 7:51 | Category : Geograph, Software Development

Interesting post on the memcached mailing list about how Digg are using Memcached for session storage. Memcached is intended as a caching layer, but after their session database crashed, they simply went with using Memcached for session storage period.

The new Geograph setup should wind up with around 10GB of memcached space across 5 nodes, and I was hoping to do something similar for session storage. It sounds like the Digg system barely broke a sweat doing this as their memcached nodes were already being hit much harder by their main application.

If it’s good enough for Digg, it’s good enough for Geograph!

2 Comments for “Memcached used for Digg session storage”

  1. 1DGM

    I’ve heard only good things about memcached

  2. 2lordelph

    Memcached is indeed great, but wasn’t really intended for session storage – I thought this was interesting to see a high profile site like Digg using it in this fashion.

Leave a comment