mirror of
https://github.com/binhnguyennus/awesome-scalability.git
synced 2026-01-14 23:23:24 +01:00
[PR #5] [CLOSED] add "Life Beyond Distributed Transactions" #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binhnguyennus/awesome-scalability/pull/5
Author: @nwalker
Created: 1/26/2018
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
6e96d64add "Life Beyond Distributed Transactions"📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
README.md(+2 -1)📄 Description
excerpt:
"Transactions are amazingly powerful mechanisms, and I've spent the majority of my almost 40-year career working on them. In 1982, I first worked to provide transactions on the Tandem NonStop System. This system had a mean time between failures measured in years and included a geographically distributed two-phase commit offering excellent availability for strongly consistent transactions.
New innovations, including Google's Spanner, offer strongly consistent transactional environments at extremely large scale with excellent availability. Building distributed transactions to support highly available applications is a great challenge that has inspired excellent innovation and great technology. Unfortunately, this is not broadly available to application developers.
...
This article explores and names some of the practical approaches used in the implementation of large-scale mission-critical applications in a world that rejects distributed transactions."
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.