File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ of scaling challenges:
29
29
30
30
** What can be big?**
31
31
32
- The _ ** number** _ of tasks we need to complete, especially factoring in
32
+ The _ ** number of tasks** _ we need to complete, especially factoring in
33
33
the amount of time it takes to complete each task, and our overall time
34
34
constraints. Too much work to do!
35
35
@@ -50,9 +50,9 @@ constraints. Too much work to do!
50
50
51
51
** What can be big?**
52
52
53
- The _ ** amount of data** _ we have to process, especially factoring the
54
- amount of data we have to handle all at once , relative to our space
55
- constraints. Too much stuff to hold at once!
53
+ The _ ** amount of data** _ we have to process, especially considering the
54
+ peak volume data we need to handle at a given time , relative to our
55
+ space constraints. Too much stuff to hold at once!
56
56
57
57
** What tends to limit us?**
58
58
You can’t perform that action at this time.
0 commit comments