Skip to content

Commit ae5dacc

Browse files
committed
40 | ks | add punktation at the end of the sentance
1 parent dd5a648 commit ae5dacc

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-2.0/batch-processing

1 file changed

+1
-1
lines changed

versioned_docs/version-2.0/batch-processing/quiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It’s not human-readable (compressed) and requires software to read/print it.
2525
<summary>When should you use ETL vs ELT, why?</summary>
2626
<ul>
2727
<li>ETL is great for workloads that are reused by many consumers so it makes sense to shape the data consistently sooner rather than later</li>
28-
<li> ELT is great for consumers who need some flexibility. With respect to speed, ELT can sometimes be a bit slow and wasteful as you have to often re-process/re-transform the raw data all over again</li>
28+
<li> ELT is great for consumers who need some flexibility. With respect to speed, ELT can sometimes be a bit slow and wasteful as you have to often re-process/re-transform the raw data all over again.</li>
2929
At the end the day, it depends what makes the most sense for your use-case!
3030
</ul>
3131
</details>

0 commit comments

Comments
 (0)