Back to Starrocks

engines

docs/en/sql-reference/information_schema/engines.md

4.1.01.0 KB
Original Source

engines

:::note

This view does not apply to the available features in StarRocks.

:::

engines provides information about storage engines.

The following fields are provided in engines:

FieldDescription
ENGINEThe name of the storage engine.
SUPPORTThe server's level of support for the storage engine. Valid values:<ul><li>YES: The engine is supported and active.</li><li>DEFAULT: Like YES, plus this is the default engine.</li><li>NO: The engine is not supported.</li><li>DISABLED: The engine is supported but has been disabled.</li></ul>
COMMENTA brief description of the storage engine.
TRANSACTIONSWhether the storage engine supports transactions.
XAWhether the storage engine supports XA transactions.
SAVEPOINTSWhether the storage engine supports savepoints.