[PR #101] add paper in replication section #86

Open
opened 2025-12-28 23:23:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/binhnguyennus/awesome-scalability/pull/101
Author: @hnwyllmm
Created: 3/5/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 477972b add 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.
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>
adam added the pull-request label 2025-12-28 23:23:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/awesome-scalability#86