Archive for the ‘Caches used in MySQL’ Category

How caches used in MySQL

Сентябрь 6th, 2011
Following caches are generally available in MySQL. Key Cache This is a shared cache for all B-tree index blocks which are in different MYI files. Internally, this cache is using hashing and reverse linked lists algorithm for quick caching for most recently used blocks and flushed the blocks which are not recently used or some [...]
PlanetMySQL Voting: Vote UP / Vote DOWN