I more concern about the key-value mechanism of memcached. As I remembered, memcached used crc32 to generate integer key from string which only takes 32bit-length. By scaling to terabytes as Facebook does, there must be some magic to play around with.