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: docs/worst-practices/tiny-chunks.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"\n",
14
14
"## Details\n",
15
15
"\n",
16
-
"There are three primary reasons why you should avoid using too small of chunk sizes in your datacubes:\n",
16
+
"There are four primary reasons why you should avoid using too small of chunk sizes in your datacubes:\n",
17
17
"\n",
18
18
"- Inefficient compression since most compression algorithms leverage correlations within a chunk.\n",
19
19
"- Inefficient data loading when querying large subsets of the data cube due to numerous GET requests with high latency. The excessive GET requests also increases costs.\n",
0 commit comments