Skip to content

Commit 5abf644

Browse files
committed
Tweak cloud-scale data chapter intro
1 parent 64a0158 commit 5abf644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sections/cloud-scale-data.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3333
the amount of time it takes to complete each task, and our overall time
3434
constraints. 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

0 commit comments

Comments
 (0)