- 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.
- Learn TypeScript 3 by Building Web Applications
- Spring Boot開發與測試實戰
- 在最好的年紀學Python:小學生趣味編程
- Learning Chef
- 人臉識別原理及算法:動態人臉識別系統研究
- Python 3網絡爬蟲實戰
- C++ 從入門到項目實踐(超值版)
- 軟件測試技術指南
- OpenStack Orchestration
- C語言程序設計實驗指導 (第2版)
- Protocol-Oriented Programming with Swift
- Android移動開發案例教程:基于Android Studio開發環境
- Spring Security Essentials
- Java Web從入門到精通(第2版)
- OpenCV 3.0 Computer Vision with Java