File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -177,22 +177,25 @@ Non-real time:
177177
178178## To vertically scale...?
179179```
180+ Would improve:
181+ - Swap solid-state drives in place of spinning hard disks
182+ - Install faster CPUs
183+ - Lower SLA expectation at a cheaper maintenance cost
180184
181- ```
182-
183- ## Horizontally scaling streaming systems
184- ```
185-
186- ```
187-
188- ## Upscaled out
189- ```
190-
185+ Would not improve:
186+ - Move to a batch process
187+ - Ignore the SLA
191188```
192189
193190## SLA guarantees
194191```
192+ Vertical:
193+ - Replacing hard disks with solid store drives
194+ - Swapping the CPU for a faster model
195195
196+ Horizontal:
197+ - Purchasing 4 more systems for a total of 13 processing systems
198+ - Adding more CPUs to add more processing lines
196199```
197200
198201## Streaming roadblocks
You can’t perform that action at this time.
0 commit comments