Antelope


The code name for the original InnoDB file format. It supports the redundant and compact row formats, but not the newer dynamic and compressed row formats available in the Barracuda file format.

If your application could benefit from InnoDB table compression, or uses BLOBs or large text columns that could benefit from the dynamic row format, you might switch some tables to Barracuda format. You select the file format to use by setting the innodb-file-format option before creating the table.

See also Barracuda.

See also compact row format.

See also compressed row format.

See also dynamic row format.

See also file format.

See also innodb-file-format.

See also redundant row format.

Retornar