Returns a table with a row for each Firebolt engine defined in the current Firebolt account, with columns containing information about each engine as listed below.

Syntax

SHOW ENGINES;

Returns

The returned table has the following columns.

Column nameData TypeDescription
engine_nameTEXTThe name of the engine.
engine_ownerTEXT (5)Name of the user who created the engine.
typeTEXTThe specification of nodes comprising the engine.
clustersINTCollection of nodes, where each node is of a certain type. All the clusters in an engine have the same type and same number of nodes.
nodesINTThe number of nodes for each cluster in an engine. Can be an integer ranging from 1 to 128.
statusTEXTThe engine status. For more information, see Viewing and understanding engine status
auto_stopINTThe amount of idle time (in minutes) after which the engine automatically stops.
urlTEXTEngine endpoint.
versionTEXTThe engine version.
initially_stoppedBOOLEANIf false, engine was started as part of the CREATE ENGINE command.
default_databaseTEXTThe database an engine will attempt to use by default when dealing with queries that require a database.

If not specified, NULL is used as default.
createdTIMESTAMPTZCreation time of the engine.
last_altered_byTEXTName of the last user who edited the engine.
last_alteredTIMESTAMPTZLast modified time of the engine.
fbu_rateINTHourly FBU consumption rate of running engines based on engine topology at the time the view is invoked by the user.