`1Go`??
leonyu opened this issue · 2 comments
leonyu commented
MySQL needs 1 instance per 1Go of Buffer Pool
innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go)
What is 1Go
?
jmrenouard commented
Hi @leonyu
On previous version, instances were dedicated for managing part of InnoDB Buffer Pool
A rule of thumb indicates one instance per Go of InnoDB Buffer Pool
Nowadays, this parameter is deprecated and managed internally
leonyu commented
So 1 Go
is 1000000000 objects
?