P粉7040660872023-08-11 13:38:42
When you create an index on a TIMESTAMP field or any other data type, MySQL does not store the hash of the value or the literal value itself as the index key. Instead, it uses a data structure called a B-tree (balanced tree) to organize and store index keys. B-trees are widely used in databases because they provide an efficient way to search, insert, and delete data.