MySQL :: MySQL 8.4 Reference Manual :: 17.9.1 InnoDB Table Compression (original) (raw)
17.9.1 InnoDB Table Compression
This section describes InnoDB
table compression, which is supported with InnoDB
tables that reside infile_per_table tablespaces or general tablespaces. Table compression is enabled using theROW_FORMAT=COMPRESSED
attribute withCREATE TABLE orALTER TABLE.