- 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.
- Learning LibGDX Game Development(Second Edition)
- C及C++程序設計(第4版)
- 編程珠璣(續)
- Cassandra Design Patterns(Second Edition)
- Visual Basic程序設計實驗指導(第4版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Haxe Game Development Essentials
- Scratch3.0趣味編程動手玩:比賽訓練營
- 網絡數據采集技術:Java網絡爬蟲實戰
- 深入解析Java編譯器:源碼剖析與實例詳解
- PostgreSQL Developer's Guide
- Mastering Unity 2017 Game Development with C#(Second Edition)
- Java程序性能優化實戰
- JavaScript編程精解(原書第3版)
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)