Skip to content

Commit

Permalink
Removing an incorrect reference to "Join Accelerators" (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
hall-alex authored Nov 20, 2023
1 parent 01319f9 commit 925266e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 925266e

Please sign in to comment.