• Eugene Kosov's avatar
    MDEV-18233 Moving the hash_node_t to improve locality of reference · a06a3e46
    Eugene Kosov authored
    When performing a hash search via HASH_SEARCH we first look at a key of a node
    and then at its pointer to the next node in chain. If we have those in one cache
    line instead of a two we reduce memory reads.
    
    I found dict_table_t, fil_space_t and buf_page_t suitable for such improvement.
    a06a3e46
dict0mem.h 49 KB