| Option | --optimize-row-events | |
| Config File Options | optimize-row-events | |
| Description | Enables or disables optimized row updates | |
| Value Type | boolean | |
| Valid Values | false | Disable optimized row updates |
| true | ||
Bundles multiple row-based events into a
single INSERT or
DELETE statement. This
increases the throughput of large batches of row-based events.