- 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.
- C++面向對象程序設計(第三版)
- Learning Spring 5.0
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 程序員面試算法寶典
- Mastering Kotlin
- Mastering Python Scripting for System Administrators
- 數據結構習題精解(C語言實現+微課視頻)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- JavaScript動態網頁開發詳解
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Learning Concurrency in Python
- Mastering Apache Camel
- MongoDB Administrator’s Guide
- Swift從入門到精通 (移動開發叢書)