Title | Description |
---|---|
InnoDB Row Formats Overview | InnoDB's row formats are REDUNDANT, COMPACT, DYNAMIC, and COMPRESSED. |
InnoDB REDUNDANT Row Format | The REDUNDANT row format is the original non-compacted row format. |
InnoDB COMPACT Row Format | The COMPACT row format is similar to the REDUNDANT row format, but it store... |
InnoDB DYNAMIC Row Format | The DYNAMIC row format is similar to the COMPACT row format, but tables usi... |
InnoDB COMPRESSED Row Format | The COMPRESSED row format is similar to the COMPACT row format, but tables ... |
Troubleshooting Row Size Too Large Errors with InnoDB | How to fix InnoDB errors like "Row size too large (> 8126). Changing some c... |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/innodb-row-formats/