standby_fetch_log_bandwidth_limit specifies the maximum bandwidth per second available for the total traffic of synchronizing logs from the primary tenant by all servers in the cluster where the standby tenant resides.
Note
- This parameter is available in OceanBase Database V4.2.0 and later.
- You must specify the unit, such as B, K, M, or G, which respectively represent byte, KB, MB, and GB. The unit is case insensitive. The default value is B.
| Property | Description |
|---|---|
| Type | Capacity |
| Default value | 0, which indicates that the traffic is not limited. |
| Value range | [0,10000G] |
| Effective upon OBServer node restart | No |
Examples
alter system set standby_fetch_log_bandwidth_limit = '200M';