Note
This variable is introduced since OceanBase Database V1.4.
Description
auto_increment_cache_size specifies the number of cached auto-increment values.
Attributes
| Attribute | Description |
|---|---|
| Type | INT |
| Default value | 1000000 |
| Value range | [1, 100000000] |
| Applicable scope | Global |
| Modifiable | Yes. It can be modified using the SET statement. |
Examples
obclient> SET GLOBAL auto_increment_cache_size = 1000000;