diff --git a/notebooks/03-query/20-tiering-historicals.ipynb b/notebooks/03-query/20-tiering-historicals.ipynb index 20fd8405..f3c4c630 100644 --- a/notebooks/03-query/20-tiering-historicals.ipynb +++ b/notebooks/03-query/20-tiering-historicals.ipynb @@ -426,14 +426,12 @@ "id": "4dbdcc30-f0b1-494e-85bc-ea899a920f74", "metadata": {}, "source": [ - "Review the following retention rule.\n", + "Review the following retention load rules.\n", "\n", - "- An [interval load rule](https://druid.apache.org/docs/latest/operations/rule-configuration#interval-load-rule) (`loadByInterval`) covers 10 years of data before 1st January 2016, and requests one cached replica on both the `_default_tier` and `slow` tiers.\n", - "- `loadForever` requests that all data be cached on the `slow` tier.\n", + "- An [interval load rule](https://druid.apache.org/docs/latest/operations/rule-configuration#interval-load-rule) (`loadByInterval`) covers 10 years of data before 1st January 2016. It requests one replica of data be cached in the `slow` tier.\n", + "- `loadForever` requests that all data be cached on the `_default_tier` tier.\n", "\n", - "Druid checks each segment against the rules in order when the decision is made as to where it must be cached.\n", - "\n", - "Run the cell to commit it to the database." + "Run the cell to submit it to the cluster." ] }, { @@ -485,7 +483,7 @@ "id": "56c57575-95cf-48d9-aae6-5bf8ddda0c3b", "metadata": {}, "source": [ - "Rules are processed in order. Therefore:\n", + "Druid checks each segment against the rules in order to decide where each must be cached. Therefore:\n", "\n", "* Data for 2015 (`loadByInterval`) is only cached on the `slow` tier.\n", "* All other data (`loadForever`) is only available on the `_default_tier` tier.\n",