Update INTERNALS.md

#225
This commit is contained in:
Jean-Marie Renouard 2016-07-07 09:49:29 +02:00 committed by GitHub
parent 51993aa2c8
commit 5bf860af64

View file

@ -203,7 +203,7 @@
* MySQL needs 1 instanes per 1Go of Buffer Pool * MySQL needs 1 instanes per 1Go of Buffer Pool
* innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go) * innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go)
* innodb_buffer_pool instances must be equals or lower than 64 * innodb_buffer_pool instances must be equals or lower than 64
* InnoDB Buffer Pool uUsage * InnoDB Buffer Pool Usage
* If more than 20% of InnoDB buffer pool is not used, MySQLTuner raise an alert. * If more than 20% of InnoDB buffer pool is not used, MySQLTuner raise an alert.
* InnoDB Read effiency * InnoDB Read effiency
* Ratio of read without locks * Ratio of read without locks