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:
2929
3030** What can be big?**
3131
32- The _ ** number** _ of tasks we need to complete, especially factoring in
32+ The _ ** number of tasks** _ we need to complete, especially factoring in
3333the amount of time it takes to complete each task, and our overall time
3434constraints. Too much work to do!
3535
@@ -50,9 +50,9 @@ constraints. Too much work to do!
5050
5151** What can be big?**
5252
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!
5656
5757** What tends to limit us?**
5858
You can’t perform that action at this time.
0 commit comments