Skip to content

Commit 99e198d

Browse files
committed
DataCamp - Submit "Streaming Concepts" - 2 - To vertically scale...?
1 parent 0ac19a4 commit 99e198d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

datacamp/streaming_concepts.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)