Parameter Name | Dynamic | Type | Default Value | Value Range | Description |
slave_parallel_type | YES | char* | SCHEMA | SCHEMA/TABLE | Slave parallel replication level: SCHEMA is object-level replication, where replication events for different objects can be executed in parallel. TABLE is table-level replication, where replication events for different tables can be executed in parallel. |
Parameter Name | Dynamic | Type | Default Value | Value Range | Description |
slave_parallel_type | YES | char* | LOGICAL_CLOCK | DATABASE/TABLE/LOGICAL_CLOCK | Slave parallel replication level: DATABASE is database-level replication, where replication events for different databases can be executed in parallel. TABLE is table-level replication, where replication events for different tables can be executed in parallel. LOGICAL_CLOCK is logical clock-level replication, where events belonging to the same logical clock on the primary can be executed concurrently. |
Parameter Name | Dynamic | Type | Default Value | Value Range | Description |
slave_parallel_type | YES | char* | LOGICAL_CLOCK | DATABASE/LOGICAL_CLOCK | Slave parallel replication level: DATABASE is database-level replication, where replication events for different databases can be executed in parallel. LOGICAL_CLOCK is logical clock-level replication, where events belonging to the same logical clock on the primary can be executed concurrently. |
Feedback