É muito lento abrir muitas tabelas BDB
ao mesmo tempo. Se você for utilizar tabelas
BDB
, você não deve ter um cache de
tabela muito grande (> 256) e você deve usar
--no-auto-rehash
com o cliente
mysql
. Nós planejamos arrumar isto
parcialmente na versãp 4.0.
SHOW TABLE STATUS
ainda mão fornece
muitas informações para tabelas BDB
Otimizar o desempenho.
Fazer com que não seja utilizado bloqueio de páginas quando varrermos a tabela.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.