MySQL Memory Allocation - Rick's MySQL Documents

MySQL Memory Allocation - Rick's MySQL Documents

瀏覽:1392
日期:2025-06-15
Brought to you by Rick James Allocating RAM for MySQL - The Short Answer If using just MyISAM, set key_buffer_size to 20% of _available_ RAM. (Plus innodb_buffer_pool_size=0) If using just InnoDB, set innodb_buffer_pool_size to 70% of _available_ RAM. (Pl...看更多