← Back to team overview

percona-discussion team mailing list archive

[Bug 320453] Re: FR: allow to specify InnoDB page fill factor

 

moved to the blueprint https://blueprints.launchpad.net/percona-
patches/+spec/control-page-fill-factor

** Changed in: percona-patches
       Status: New => Invalid

-- 
FR: allow to specify InnoDB page fill factor
https://bugs.launchpad.net/bugs/320453
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Invalid

Bug description:
As far as I know currently InnoDB splits a page when it is 15/16 full.  It would be good to be able to control this.  Two things I can think of:

1) make it a server variable
2) add it to the data dictionary so each table and index can be specified to have its own fill factor, perhaps passed in a comment or an extension to the syntax of CREATE TABLE



References