Hacker News new | past | comments | ask | show | jobs | submit login
The Red Wedding Problem: Write Spikes at the Edge and a Mitigation Strategy [pdf] (christophermeiklejohn.com)
86 points by cmeiklejohn on March 22, 2018 | hide | past | favorite | 8 comments



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.

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's barely changing, you may not need it that urgently. Throttling lets you simply move the changes back with eventual consistency.


Not just aggregating writes, but merging them.

It seems that high load high scale solutions [1] [2] start to converge on this idea of merging updates and eventual consistency.

[1] https://arxiv.org/pdf/1708.06423.pdf

[2] https://databeta.wordpress.com/2018/03/09/anna-kvs/


For people like me -

The Red Wedding Problem: A huge spike in read / 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)


So... Red Wedding problems are left behind by Bolt-on solutions that address only only read-heavy spikes?


Complex and great read, thanks. I suggest following @cmeik on twitter for good content: https://twitter.com/cmeik


Solid write up. Btw if you wonder what 'at the edge' means, it's basically what I knew as CDN so far.


Wikipedia comes to the rescue → https://en.wikipedia.org/wiki/Edge_computing

Edge computing is a method of optimizing cloud computing systems by performing data processing at the edge of the network, near the source of the data. This reduces the communications bandwidth needed between sensors and the central data center by performing analytics and knowledge generation at or near the source of the data.





Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: