parent
51993aa2c8
commit
5bf860af64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue