Paxos is a famous consensus algorithm. paxos use replication to implement high availability.
This paper discusses how to optimize the replication in a paxos based database system.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/binhnguyennus/awesome-scalability/pull/101
**Author:** [@hnwyllmm](https://github.com/hnwyllmm)
**Created:** 3/5/2024
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`477972b`](https://github.com/binhnguyennus/awesome-scalability/commit/477972ba9b0eb30f6540bf4c08dff5bdd0785f07) add paper in replication optimization
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
Paxos is a famous consensus algorithm.
`paxos` use replication to implement high availability.
This paper discusses how to optimize the replication in a `paxos` based database system.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/binhnguyennus/awesome-scalability/pull/101
Author: @hnwyllmm
Created: 3/5/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
477972badd paper in replication optimization📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Paxos is a famous consensus algorithm.
paxosuse replication to implement high availability.This paper discusses how to optimize the replication in a
paxosbased database system.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.