- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 217字
- 2021-06-30 19:02:52
Scalability cost
The cost of scaling an application is linked to two major factors. The first is the speed of the selected stack used to implement the software. Specifically, the speed and capacity of processing algorithms and answering requests. The second factor is the ability to scale the application of the business part. How long is it applied to features and especially the predictability of new features? The time to create something new or redesigning something that already exists is also expensive.
With microservices architecture, the cost of scalability is usually related to the concept of having smaller areas and parts which are less integrated. Even then this cost is very important.
Think of two applications, one with strong interactivity with the end user, such as an online game or editing documents in real time. Another application is fully illustrative, has an editorial part, but is not open to all users; a newspaper or streaming provider are good examples.
The application of real-time data processing and response time to requests must be fast and dynamic. In the second, application processing, it is not something that has much relevance, as the information may be in a cache or statically stored.
The cost will be high when you do not understand the nature of the microservice to be developed.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- 網管員典藏書架:網絡管理與運維實戰寶典
- 重新定義Spring Cloud實戰
- 萬物互聯:蜂窩物聯網組網技術詳解
- Learning Karaf Cellar
- 物聯網概論(第2版)
- HTML5 Game development with ImpactJS
- Building RESTful Web Services with Spring 5(Second Edition)
- 圖解手機元器件維修技巧
- WordPress Web Application Development
- 面向5G-Advanced的關鍵技術
- Android UI Design
- 云工廠:開啟中國制造云時代
- 智能物聯網:區塊鏈與霧計算融合應用詳解
- Hands-On Reactive Programming in Spring 5