- 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
- Ansible Configuration Management
- 小型電動(dòng)機(jī)實(shí)用設(shè)計(jì)手冊(cè)
- B2B2C網(wǎng)上商城開發(fā)指南
- 大數(shù)據(jù)平臺(tái)異常檢測(cè)分析系統(tǒng)的若干關(guān)鍵技術(shù)研究
- Visual FoxPro數(shù)據(jù)庫(kù)基礎(chǔ)及應(yīng)用
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評(píng)價(jià)理論模型與實(shí)證研究
- 從零開始學(xué)SQL Server
- 精通LabVIEW程序設(shè)計(jì)
- 重估:人工智能與賦能社會(huì)
- 電腦上網(wǎng)入門
- 工業(yè)機(jī)器人入門實(shí)用教程
- Microsoft System Center Data Protection Manager Cookbook
- Wireshark Revealed:Essential Skills for IT Professionals
- SolarWinds Server & Application Monitor:Deployment and Administration