- Azure for Architects
- Ritesh Modi
- 144字
- 2021-07-08 09:33:41
High Availability versus scalability
High Availability is different than scalability although both are serious architectural concerns. Scalability refers to flexibility and elasticity to add more or reduce resources to existing deployment to accommodate more users than normal without comprising on application performance. Scalability indirectly helps in making an application highly available. However, it does not mean scalability eventually leads to High Availability. High Availability is an architectural concern that is not dependent on the number of users, while scalability rules are determined by a number of users consuming the service. High Availability could be a requirement even if there are very few users. High Availability talks about services being present and operational as and when users demand its consumption. It is a function of consumption based on SLA. Scalability is the topic of the next chapter and it will be discussed in more detail.
- 程序員修煉之道:程序設計入門30講
- 自然語言處理實戰:預訓練模型應用及其產品化
- Java程序設計實戰教程
- C程序設計簡明教程(第二版)
- Magento 2 Theme Design(Second Edition)
- Mastering C# Concurrency
- SEO智慧
- Cassandra Data Modeling and Analysis
- Python程序設計案例教程
- Java Web開發詳解
- 用戶體驗可視化指南
- Fast Data Processing with Spark(Second Edition)
- C語言程序設計實訓教程與水平考試指導
- 軟件測試分析與實踐
- Learning Concurrency in Python