Note
This parameter is no longer available in the current version.
Description
sql_work_area specifies the size of the work area for a tenant.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query the value of this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
The
systenant and user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Capacity |
| Default value | 1G. The default unit is MB. You must specify the unit when you configure this parameter. |
| Value range | [10M, +∞) |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Set the size of the work area for a tenant to 1G.
obclient> ALTER SYSTEM SET sql_work_area='1G';