Skip navigation links
Showing entries 1 to 1

Tags Filter: hash index (reset)

Articles
Add to Favourites +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
Showing entries 1 to 1