- Cassandra 3.x High Availability(Second Edition)
- Robbie Strickland
- 201字
- 2021-07-14 10:24:21
Introducing the ACID properties
One of the most significant obstacles that prevents traditional databases from achieving high availability is that they attempt to strongly guarantee the ACID properties:
- Atomicity: This guarantees that database updates associated with a transaction occur in an all-or-nothing manner. If some part of the transaction fails, the state of the database remains unchanged.
- Consistency: This assures that the integrity of data will be preserved across all instances of that data. Changes to a value in one location will definitely be reflected in all other locations.
- Isolation: This attempts to ensure that concurrent transactions that manipulate the same data do so in a controlled manner, essentially isolating in-process changes from other clients. Most traditional relational database systems provide various levels of isolation with different guarantees at each level.
- Durability: This ensures that all writes are preserved in nonvolatile storage, most commonly on disk.
Database designers most commonly achieve these properties via write masters, locks, elaborate storage area networks, and the like – all of which tend to sacrifice availability. As a result, achieving some semblance of high availability frequently involves bolt-on components, log shipping, leader election, sharding, and other such strategies that attempt to preserve the original design.
推薦閱讀
- 每天5分鐘玩轉Kubernetes
- Linux系統架構與運維實戰
- Hands-On DevOps with Vagrant
- Linux集群和自動化運維
- Windows Vista融會貫通
- 嵌入式實時操作系統:RT-Thread設計與實現
- OpenStack系統架構設計實戰
- 一學就會:Windows Vista應用完全自學手冊
- Windows 7使用詳解(修訂版)
- Hands-On GPU Programming with Python and CUDA
- Heroku Cloud Application Development
- 統信UOS應用開發進階教程
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- OpenVZ Essentials
- 15分鐘!畫出我的漫畫角色:賣萌篇