TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Red Wedding Problem: Write Spikes at the Edge and a Mitigation Strategy [pdf]

86 pointsby cmeiklejohnabout 7 years ago

5 comments

peterwwillisabout 7 years ago
Another way to recap the paper is this: run small clusters at your PoPs, aggregate the results of those clusters and replicate back to an upstream cluster with eventual consistency. The PoP clusters throttle down their replication under high load. They also scale small clusters of PoPs at specific times, which saves them money at the same time as dealing with traffic spikes.<p>When you have a flood of writes, sometimes those writes are identical or nearly identical, or the data in each write barely changes. It makes no sense to flood those writes upstream, because since it&#x27;s barely changing, you may not need it that urgently. Throttling lets you simply move the changes back with eventual consistency.
评论 #16649357 未加载
rkachowskiabout 7 years ago
For people like me -<p>The Red Wedding Problem: A huge spike in read &#x2F; write traffic. Exemplified in the paper as users viewing and editing the Game of Thrones wiki in the hours before, during and after an episode (Also gives realtime sports commentary on reddit as an example)
评论 #16648515 未加载
tunaabout 7 years ago
Complex and great read, thanks. I suggest following @cmeik on twitter for good content: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;cmeik" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;cmeik</a>
keyleabout 7 years ago
Solid write up. Btw if you wonder what &#x27;at the edge&#x27; means, it&#x27;s basically what I knew as CDN so far.
评论 #16647195 未加载
heathermillerabout 7 years ago
<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PJwt2dxx9yg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PJwt2dxx9yg</a>