relationalai.app.enable_warm_engine()
enable_warm_engine(engine_size STRING)A procedure that enables a standby (warm) engine for the specified engine size in the RelationalAI (RAI) Native App.
Requires the app_admin application role.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
engine_size | STRING | The size of the engine to enable as a standby (warm) engine. |
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Use the app.enable_warm_engine() procedure to enable a standby (warm) engine for a specific engine size in the RAI Native App:
-- Enable a warm engine of size HIGHMEM_X64_SCALL relationalai.app.enable_warm_engine('HIGHMEM_X64_S');/*+----------------------------------------------------------+ | Successfully disabled warm engines of size HIGHMEM_X64_S | +----------------------------------------------------------+ */