innodb log file size
Hello :
my server innodb log file size with over 6.5G innodb data 5M, is it good enough ?
because we have problem to speed of processing innodb query . maybe this case related ?
Regards
-
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 -
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.
Comments
2 comments