Note
This parameter is available since OceanBase Database V4.2.1.
Description
compaction_schedule_tablet_batch_cnt specifies the maximum number of partitions that can be scheduled per batch during batch scheduling for compactions.
Attributes
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 50000 |
| Value range | [10000, 200000] |
| Effective upon OBServer node restart | No |
Example
ALTER SYSTEM SET compaction_schedule_tablet_batch_cnt = 50000;