- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 149字
- 2021-07-02 22:08:08
Vertical scaling or scale up
In vertical scaling, we analyze our existing application to find out the parts of 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 in 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 and so on. Both these paths in vertical scaling have a limit for the extent to which they could be beneficial. After a specific point in time, the resulting benefit will plateau out. It is important here to keep in mind that this kind of scaling requires downtime.
- Advanced Quantitative Finance with C++
- Spring Boot 2實戰之旅
- 微服務設計原理與架構
- 精通API架構:設計、運維與演進
- 實戰Java高并發程序設計(第3版)
- Reactive Android Programming
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Multithreading in C# 5.0 Cookbook
- Julia 1.0 Programming Complete Reference Guide
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Hands-On Robotics Programming with C++
- jQuery從入門到精通(微課精編版)
- ASP.NET開發寶典
- 從零開始學算法:基于Python