Skip navigation links
Articles
InnoDB's Adaptive Hash
Add to My Link Library +0 Vote Up -0Vote Down
MySQL's manual page for InnoDB's adaptive hash states: If a table fits almost entirely in main memory, the fastest way to perform queries on it is to use hash indexes. InnoDB has a mechanism that monitors index searches made to the indexes defined for a table. If InnoDB notices that queries could benefit building a hash index, it does so automatically.Note that the hash index is always built base


Report this link: