Purpose
You can use this statement to load specified features to a specific tenant.
Syntax
Notice
You can execute this statement only in the sys tenant.
The syntax is as follows:
ALTER SYSTEM LOAD MODULE DATA
module = {redis}
tenant = <tenant_name> ;
Parameters
| Parameter | Description |
|---|---|
| module | Required. The module whose features are to be loaded to the tenant. At present, only the value redis is supported. |
| tenant | Required. The target tenant. |
Examples
Load the features of the OBKV-Redis module to the mysql tenant.
ALTER SYSTEM LOAD MODULE DATA module=redis tenant=mysql;
References
For information about how to check whether specified or all features of a module have been loaded to a specific tenant, see CHECK MODULE DATA.