---
title: "How Facebook served billions of requests per second Using Memcached"
url: https://daily.dev/posts/how-facebook-served-billions-of-requests-per-second-using-memcached-mbamqern4
source_url: https://blog.bytebytego.com/p/how-facebook-served-billions-of-requests
type: article
source: "ByteByteGo"
published: 2024-05-14T15:36:37.305Z
updated: 2024-05-14T15:36:36.377Z
tags: ["performance"]
reading_time: 17
upvotes: 84
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Facebook served billions of requests per second Using Memcached

**[ByteByteGo](https://daily.dev/sources/bytebytego)** · 17 min read · 84 upvotes · 1 comments

## Summary

Learn how Facebook enhanced Memcached to build a distributed key-value store and scale it to serve billions of requests per second. Discover the challenges in scaling Memcached, including managing latency and failures within a cluster, reducing load on the database, and handling consistency across regions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.bytebytego.com/p/how-facebook-served-billions-of-requests>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance)

[View this post on daily.dev](https://daily.dev/posts/how-facebook-served-billions-of-requests-per-second-using-memcached-mbamqern4)
