MySQL 哈希索引的良好文档/参考?
MySQL 文档提到了在某些情况下使用哈希索引的可能性,例如:
- http://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html
- http://dev.mysql.com/doc/refman/ 5.1/en/index-btree-hash.html
- http://dev.mysql.com/doc/refman/5.1/en/innodb-adaptive-hash.html
也就是说,MEMORY 表(和 NDB;另请参阅MySQL 静态Hash-index),并且 InnoDB 可以在有利的情况下自适应地使用哈希索引。
然而,上述文档有点稀疏。对于 MySQL 中哈希索引的特定用途/细节,还有其他好的文档/参考吗?隐含了基本的哈希行为,但如果有更多细节就更好了。
The MySQL documentation refers to the possibility of using a Hash Index in certain situations, see for example:
- http://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html
- http://dev.mysql.com/doc/refman/5.1/en/index-btree-hash.html
- http://dev.mysql.com/doc/refman/5.1/en/innodb-adaptive-hash.html
That is, the Hash Index is supported on a MEMORY table (and NDB; see also MySQL Static Hash-index), and that InnoDB can adaptively use a Hash Index if beneficial.
However, the above documentation is a bit sparse. Is there any other good documentation/reference for the particular uses/details of Hash Index in MySQL? The basic hashing behavior is implied, but some more particulars would be nice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以阅读以下内容:
You can read this :