- 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.
- Cisco OSPF命令與配置手冊
- 工業(yè)控制網(wǎng)絡(luò)安全技術(shù)與實踐
- 物聯(lián)網(wǎng)概論(第2版)
- 網(wǎng)絡(luò)的琴弦:玩轉(zhuǎn)IP看監(jiān)控
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2015年中國互聯(lián)網(wǎng)安全大會文集
- 物聯(lián)網(wǎng)與無線傳感器網(wǎng)絡(luò)
- 大話社交網(wǎng)絡(luò)
- 圖解手機元器件維修技巧
- C/C++串口通信:典型應(yīng)用實例編程實踐
- SAE原理與網(wǎng)絡(luò)規(guī)劃
- 高級網(wǎng)絡(luò)技術(shù)
- 深入理解Nginx:模塊開發(fā)與架構(gòu)解析
- 物聯(lián)網(wǎng)
- 移動互聯(lián)網(wǎng)環(huán)境下的核心網(wǎng)剖析及演進
- 物聯(lián)網(wǎng)傳感器技術(shù)與應(yīng)用