Skip to content

Commit 4724d20

Browse files
authored
Learning to count (#21)
1 parent d9d1273 commit 4724d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/worst-practices/tiny-chunks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"## Details\n",
1515
"\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",
1717
"\n",
1818
"- Inefficient compression since most compression algorithms leverage correlations within a chunk.\n",
1919
"- 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

Comments
 (0)