白话一致性协议 - Paxos、Raft和PacificA[1]
书接上文 - Multi Paxos
在上一篇文章中,我们提到了Basic Paxos和Multi Paxos的异同。在Paxos Made Simple论文中,作者提到了Multi Paxos的一种实现。这个实现允许我们对一个连续的数 …
more ...在上一篇文章中,我们提到了Basic Paxos和Multi Paxos的异同。在Paxos Made Simple论文中,作者提到了Multi Paxos的一种实现。这个实现允许我们对一个连续的数 …
more ...nosql数据库从本质上说,都属于ARS(Atomic Record Stores,“原子记录存储”)。
最常见的“原子记录存储”一种实现就是朴素的Hash表:通过一个特定的key,来读写一条 …
more ...The wisdom of STUP protocol is all about the window size. The throughput of a TCP communication is limited by two windows: the congestion window and the receive window. The congestion window can determine how many bytes that can be send a simple piece of time …
more ...STUP pretend itself as a protocol at the Transmission Layer, but actually it’s absolutely an Application Layer protocol. So before we start, I’d like to recall some knowledge of two important Transmission Layer protocol: TCP & UDP.
It is …
more ...