Note
For V4.4.1, this parameter is available starting with V4.4.1.
vector_index_memory_saving_mode specifies whether to enable the memory-saving mode for vector indexes. Enabling this mode significantly reduces the memory consumption during the rebuild of vector indexes on partitioned tables. In environments with limited memory resources, this mode allows successful index rebuilds with less memory, preventing failures due to insufficient memory.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query 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 | Bool |
| Default value | true |
| Value range | true/false |
| 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 this parameter to true to reduce the memory required for the rebuild of vector indexes on partitioned tables.
ALTER SYSTEM SET vector_index_memory_saving_mode = true;