博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Understanding Paxos Algorithm
阅读量:4585 次
发布时间:2019-06-09

本文共 716 字,大约阅读时间需要 2 分钟。

I have average IQ so even after reading several articles on Paxos, I was still confused.

Then I found this presentation from Google - it is just 20-ish minutes but provides a super clear explanation to what problem Paxos solves (that's where I got lost!), how it works step by step and ends with a simple distributed data storage system as an example. So, I'd highly suggest watching this video first:

https://www.youtube.com/watch?v=d7nAGI_NZPk

Then, you'll find Paxos Wiki is more approachable: https://en.wikipedia.org/wiki/Paxos_(computer_science)

And, here is a very good real-life application to Paxos algorithm(in zh-cn): https://www.jianshu.com/p/dbb7da189b51

转载于:https://www.cnblogs.com/tonix/p/9695105.html

你可能感兴趣的文章
Eclipse 写代码是自动重启服务
查看>>
3.8 spring - AbstractBeanDefinition 介绍
查看>>
如何在Visual Studio里面查看程序的汇编代码?
查看>>
解决IE11只能用管理员身份运行的问题
查看>>
android学习-LocationManager(一)-
查看>>
Linux安装单机solr
查看>>
dos alias/cname address
查看>>
cygwin下用arm-xscale-linux-gnueabi交叉编译libcgi
查看>>
从开始学编程过了半年了……
查看>>
【05月22日】预分红股息率最高排名
查看>>
Android学习总结(二)——Service基本概念和生命周期
查看>>
chr()//ord() //进制转换函数//eval()//文件函数//split()
查看>>
第一章 Java程序设计概述
查看>>
定时调动 (项目保留备份代码码)
查看>>
Leetcode-Divide Two Integers
查看>>
HTML 首页倒三角形导航块
查看>>
每天一道Java题[9]
查看>>
结对编程2——单元测试
查看>>
python 函数/列表的应用
查看>>
C#与MES
查看>>