Skip to content

Scaling Memcache at Facebook

What's so special here?
  • Processes over a billion requests per second and stores a trillion items.
What does this paper Contribute?
  1. Evolution of Facebook's Memcache-based architecture
  2. Enhancements to memcached to improve performance and efficiency
  3. Mechanisms that help facebook operate their systems at scale
  4. Characterise the workloads imposed on their systems.
What is memcached
  • memcached is an open source implementation of in-memory hash table.
  • It provides low-latency access to a shared storage pool of data at low cost.