You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-2.0/batch-processing/quiz.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ It’s not human-readable (compressed) and requires software to read/print it.
25
25
<summary>When should you use ETL vs ELT, why?</summary>
26
26
<ul>
27
27
<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>
29
29
At the end the day, it depends what makes the most sense for your use-case!
0 commit comments