diff --git a/docs/working-with-engines/understanding-engine-fundamentals.md b/docs/working-with-engines/understanding-engine-fundamentals.md index c0c64e61..a163b082 100644 --- a/docs/working-with-engines/understanding-engine-fundamentals.md +++ b/docs/working-with-engines/understanding-engine-fundamentals.md @@ -76,8 +76,8 @@ _Scale_ determines the number of nodes that the engine uses and can be an intege This determines the behavior of the engine on startup. You have three options: -* **Minimal –** The engine loads only join accelerators at startup. Other indexes and data are loaded from Firebolt when a query that uses them first runs. This results in faster engine start times, but slower first queries. -* **Preload indexes –** Default. The engine loads primary indexes and join accelerators at startup, before the first queries run. First queries are faster than they are with minimal warmup, but engines take longer to start. +* **Minimal –** Indexes and data are loaded from Firebolt when a query that uses them first runs. This results in faster engine start times, but slower first queries. +* **Preload indexes –** Default. The engine loads primary indexes at startup, before the first queries run. First queries are faster than they are with minimal warmup, but engines take longer to start. * **Preload all data** – The engine loads all indexes and data at startup, before the first queries run. This results in the fastest queries with the slowest engine start times. Only use this option if the size of the database \(as shown using the `SHOW TABLES` SQL statement or in the Firebolt Manager\) will not exceed the total amount of SSD storage available on the engine. ### Auto-stop duration