Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/worst-practices/tiny-chunks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n",
"## Details\n",
"\n",
"There are three primary reasons why you should avoid using too small of chunk sizes in your datacubes:\n",
"There are four primary reasons why you should avoid using too small of chunk sizes in your datacubes:\n",
"\n",
"- Inefficient compression since most compression algorithms leverage correlations within a chunk.\n",
"- 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",
Expand Down