Engine commands
Engine commands allow you to create, modify, start, stop, and manage Firebolt engines. Engines are compute resources that process queries and handle data ingestion. These commands help control engine availability, configuration, and resource allocation based on workload needs.
Use the following to manage Firebolt engines:
- ALTER ENGINE – Modify an existing engine’s configuration, such as node type, cluster count, or concurrency settings.
- CREATE ENGINE – Define and provision a new Firebolt engine with specific compute resources.
- DROP ENGINE – Remove an existing engine.
- START ENGINE – Activate an engine to make it available for running queries.
- STOP ENGINE – Shut down an engine to free up resources when not in use.
- USE ENGINE – Set an active engine for running queries in the current session.
Each command provides fine-grained control over compute resources, ensuring that queries run efficiently while managing costs. Select a command from the list for syntax and usage details.