February 2018
Intermediate to advanced
510 pages
16h 10m
English
The MyISAM storage engine incorporates a strategy that is supported by many database management systems to minimize the disk I/O. The cache mechanism is employed by MyISAM to keep the most frequently accessed table blocks in memory as follows:
The key_buffer_size system variable determines the size of the key cache. If it is set to zero, no key cache is used. The key cache is also not used if the key_buffer_size value is too small to allocate the minimum order of block buffers. All ...
Read now
Unlock full access