diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-31 12:13:29 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-02-01 16:12:13 -0500 |
commit | 621ea892a299d2029348db2b56fea1338bd41c48 (patch) | |
tree | b40d9f7ae4cfc59a4cf35ff64efbfc389017a8d0 /manifests/network/contrail/config.pp | |
parent | 875a9f90157f235334cd224d84fecc3d5c3cc814 (diff) |
set innodb_file_per_table to ON for MySQL / Galera
InnoDB uses a single file by default which can grow to be
tens/hundreds of gigabytes, and is not shrinkable even
if data is deleted from the database.
Best practices are that innodb_file_per_table is set to ON
which instead stores each database table in its own file, each of
which is also shrinkable by the InnoDB engine.
Closes-Bug: #1660722
Change-Id: I59ee53f6462a2eeddad72b1d75c77a69322d5de4
Diffstat (limited to 'manifests/network/contrail/config.pp')
0 files changed, 0 insertions, 0 deletions