binlog_row_event_max_size
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES:
The maximum size of a row-based binary log event in bytes. Rows will be grouped into events smaller than this size if possible. The value has to be a multiple of 256.
DETAILS
PARAMETERS
Command-line | --binlog_row_event_max_size=# |
Configuration file | Supported |
Dynamic | No |
Scope | Global |
Data Type | BIGINT UNSIGNED |
Minimum Value | 256 |
Maximum Value | 4294967040 |
Product Default Value | 8192 |