Note
This parameter is available starting with V2.2.50.
Description
fuse_row_cache_priority specifies the priority of the FUSE row cache in the cache system.
Privilege requirements
Query the parameter
You can query the
fuse_row_cache_priorityparameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview in thesystenant and all user tenants.Modify the parameter
Only the
systenant can modify thefuse_row_cache_priorityparameter. User tenants cannot modify the parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Int |
| Default value | 1 |
| Value range | [1, +∞) |
| 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 priority of the FUSE row cache in the cache system to 1.
obclient> ALTER SYSTEM SET fuse_row_cache_priority = 1;
