Book Image

Mastering MariaDB

By : Federico Razzoli
Book Image

Mastering MariaDB

By: Federico Razzoli

Overview of this book

Table of Contents (19 chapters)
Mastering MariaDB
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

InnoDB compression requirements


To use the InnoDB compressed tables, at least two requirements must be met:

  • Each compressed table must be stored in a separate file

  • The Barracuda file format must be used

Let's discuss how to satisfy these requirements and what they imply.