"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.
## 📋 Pull Request Information
**Original PR:** https://github.com/binhnguyennus/awesome-scalability/pull/5
**Author:** [@nwalker](https://github.com/nwalker)
**Created:** 1/26/2018
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`6e96d64`](https://github.com/binhnguyennus/awesome-scalability/commit/6e96d64fc9eccd4cb6ac218225d83c960572c0cf) add "Life Beyond Distributed Transactions"
### 📊 Changes
**1 file changed** (+2 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+2 -1)
</details>
### 📄 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."
---
<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/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.