Barracuda


The code name for an InnoDB file format that supports compression for table data. This file format was first introduced in the InnoDB Plugin. It supports the compressed row format that enables InnoDB table compression, and the dynamic row format that improves the storage layout for BLOB and large text columns. You can select it through the innodb-file-format option.

Because the InnoDB system tablespace is stored in the original Antelope file format, to use the Barracuda file format you must also enable the file-per-table setting, which puts newly created tables in their own tablespaces separate from the system tablespace.

The MySQL Enterprise Backup product version 3.5 and above supports backing up tablespaces that use the Barracuda file format.

See also Antelope.

See also compact row format.

See also compressed row format.

See also dynamic row format.

See also file format.

See also file-per-table.

See also innodb-file-format.

See also MySQL Enterprise Backup.

See also row format.

See also system tablespace.

Retornar