- Published on
Distributed
- Published on
A catalog of patterns to better understand, communicate, and teach the design of distributed systems- Published on
Facebook Ordered Queueing Service (FOQS) supports the asynchronous computing workloads that run many of Facebook’s services at scale.- Published on
时间戳(timestamp)是分布式事务中绕不开的重要概念,有意思的是,现在主流的几个分布式数据库对它的实现都不尽相同,甚至是主要区分点之一。本文聊一聊时间戳的前世今生,为了把讨论集中在主题上,假设读者已经对数据库的 MVCC、2PC、一致性、隔离级别等概念有个基本的了解。- Published on
https://martinfowler.com/articles/patterns-of-distributed-systems/- Published on
These videos are part of the edx.org course on reliable distributed algorithm by edX KTHx. Part 1 and Part 2 A new round of the two courses starts October 2017.- Published on
实现Raft协议- Published on
分享一个 raft 的动态演示的讲解 Understandable Distributed Consensus- Published on
喜欢分布式的朋友读一读AWS的这篇文章(已被官方翻译成中文)https://aws.amazon.com/cn/builders-library/challenges-with-distributed-systems/- Published on
保持好奇心,保持学习的习惯。- Published on
2020 MIT 6.824 分布式系统共计20条视频,包括:Lecture 1- Introduction、Lecture 2- RPC and Threads、Lecture 3- GFS等,UP主更多精彩视频,请关注UP账号。- Published on
https://www.simtoco.com/#/home 这个站正在翻译6.824- Published on
I often argue that the toughest thing about distributed systems is changing the way you think. The below is a collection of material I've found useful for motivating these changes.- Published on
https://pdos.csail.mit.edu/6.824/schedule.html 6.824: Distributed Systems- Published on
截一断我极客时间专栏中跟Paxosssh相关的一节- Published on
Normally simple tasks like running a program or storing and retrieving data become much more complicated when we start to do them on collections of computers, rather than single machines. Distributed systems has become a key architectural concern, and affects everything a program would normally do—giving us enormous power, but at the cost of increased complexity as well.- Published on
Distributed systems enable different areas of a business to build specific applications to support their needs and drive insight and innovation. While great for the business, this new normal can re...- Published on
微软出的免费书: Designing Distributed Systems- Published on
Distributed systems for fun and profit- Published on
产品技术解读TiKV 新架构:Partitioned Raft KV 原理解析在上一篇文章中,我们介绍了 Partitioned Raft KV 这一新实验特性带来的性能和可伸缩性大幅提升。本文我们将为大家介绍这一功能的实现原理。案例实践基于 TiDB + Flink...- Published on
最近几天整理的一篇博客,介绍了分布式锁的实现和DDIA作者和Redis作者对于Reids- Published on
k8s co-founder Brendan Burns 的经典书籍——Design Distributed System