Skip to main content

innodb log file size

Comments

2 comments

  • SS-Maddy
    Hello The InnoDB log files actually contain the transaction log files in binary form. The files are generated during the MySQL server initialization and is related with Buffer Pool size specified. Since the transactions are written to the logfiles in a cyclic pattern, the file size almost remains same and less likely to increase or shrink. The transaction log file size doesn't have any prominent relationship with the query processing.
    0
  • cPanelMichael
    Hello :) You may find the following MySQL document helpful: [url=http://dev.mysql.com/doc/refman/5.5/en/innodb-data-log-reconfiguration.html]MySQL :: MySQL 5.5 Reference Manual :: 14.8.4 Changing the Number or Size of InnoDB Log Files and Resizing the InnoDB Tablespace Thank you.
    0

Please sign in to leave a comment.