- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 144字
- 2021-07-02 20:12:54
Vertical scaling or scale up
In vertical scaling, we analyze our existing application to find the parts of the modules that cause the application to slow down due to higher execution time. Making the code more efficient could be one strategy so that less memory is consumed. This exercise of reducing memory consumption could be for a specific module or the whole application. On the other hand, due to obvious challenges involved with this strategy, instead of changing the application, we could add more resources to our existing IT infrastructure, such as upgrading the RAM or adding more disk drives. Both these paths in vertical scaling have a limit for the extent to which they can be beneficial. After a specific point in time, the resulting benefit will plateau. It is important to keep in mind that this kind of scaling requires downtime.
- Facebook Application Development with Graph API Cookbook
- 小創客玩轉圖形化編程
- Windows系統管理與服務配置
- C語言程序設計基礎與實驗指導
- Interactive Applications Using Matplotlib
- PHP+MySQL網站開發項目式教程
- Java編程技術與項目實戰(第2版)
- Android底層接口與驅動開發技術詳解
- Learning Continuous Integration with TeamCity
- Java程序員面試筆試寶典(第2版)
- Learning Node.js for .NET Developers
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- FFmpeg開發實戰:從零基礎到短視頻上線
- JSP程序設計與案例實戰(慕課版)
- Tableau Dashboard Cookbook