- Cassandra High Availability
- Robbie Strickland
- 213字
- 2021-08-06 19:50:29
The monolithic architecture
The simplest design approach to guarantee ACID properties is to implement a monolithic architecture where all functions reside on a single machine. Since no coordination among nodes is required, the task of enforcing all the system rules is relatively straightforward.
Increasing availability in such architectures typically involves hardware layer improvements, such as RAID arrays, multiple network interfaces, and hot-swappable drives. However, the fact remains that even the most robust database server acts as a single point of failure. This means that if the server fails, the application becomes unavailable. This architecture can be illustrated with the following diagram:

A common means of increasing capacity to handle requests on a monolithic architecture is to move the storage layer to a shared component such as a storage area network (SAN) or network attached storage (NAS). Such devices are usually quite robust with large numbers of disks and high-speed network interfaces. This approach is shown in a modification of the previous diagram, which depicts two database servers using a single NAS.

You'll notice that while this architecture increases the overall request handling capacity of the system, it simply moves the single failure point from the database server to the storage layer. As a result, there is no real improvement from an availability perspective.
- ArchiCAD 19:The Definitive Guide
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- 輕松學(xué)PHP
- 2018西門子工業(yè)專家會議論文集(上)
- Apache Hive Essentials
- 可編程序控制器應(yīng)用實(shí)訓(xùn)(三菱機(jī)型)
- JSP從入門到精通
- 悟透JavaScript
- 網(wǎng)站入侵與腳本攻防修煉
- 一步步寫嵌入式操作系統(tǒng)
- HBase Essentials
- 三菱FX/Q系列PLC工程實(shí)例詳解
- 青少年VEX IQ機(jī)器人實(shí)訓(xùn)課程(初級)
- Mastering Ansible(Second Edition)
- WOW!Photoshop CS6完全自學(xué)寶典