diff --git a/docs/worst-practices/tiny-chunks.ipynb b/docs/worst-practices/tiny-chunks.ipynb index 9ab4540..deccf7e 100644 --- a/docs/worst-practices/tiny-chunks.ipynb +++ b/docs/worst-practices/tiny-chunks.ipynb @@ -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",