- Microservices Development Cookbook
- Paul Osman
- 127字
- 2021-07-16 17:48:22
Scaling
In a monolithic code base, scaling is an all-or-nothing approach. Microservices make it easier to scale separate parts of your application based on their own needs. For example, you might have a particular part of your application that is in the critical path of every user request (that is, authentication/authorization services), whereas other parts are only used by a subset of your users (that is, search or messaging). Different traffic patterns will translate to different scaling needs and different techniques that should be used to scale a service. A service that requires a read for every request from a user should use a data store that makes reads cheap. Services that do not need to provide strongly consistent results can take advantage of extensive caching.
- 數(shù)據(jù)通信網(wǎng)絡(luò)實(shí)踐:基礎(chǔ)知識(shí)與交換機(jī)技術(shù)
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- 物聯(lián)網(wǎng)識(shí)別技術(shù)
- TCP/IP入門經(jīng)典(第5版)
- 計(jì)算機(jī)網(wǎng)絡(luò)安全實(shí)訓(xùn)教程(第二版)
- 智慧城市中的移動(dòng)互聯(lián)網(wǎng)技術(shù)
- 中小型局域網(wǎng)組建、管理與維護(hù)實(shí)戰(zhàn)
- Metasploit Penetration Testing Cookbook
- 圖解手機(jī)元器件維修技巧
- 網(wǎng)絡(luò)安全應(yīng)急響應(yīng)技術(shù)實(shí)戰(zhàn)
- 物聯(lián)網(wǎng)頂層設(shè)計(jì)與關(guān)鍵技術(shù)
- 高級(jí)網(wǎng)絡(luò)技術(shù)
- 華為HCIA-Datacom認(rèn)證指南
- NB-IoT原理和優(yōu)化
- 從物聯(lián)到萬(wàn)聯(lián):Node.js與樹(shù)莓派萬(wàn)維物聯(lián)網(wǎng)構(gòu)建實(shí)戰(zhàn)