2.1.6 哈希索引(Hash Indexes) 以上所提到的索引,在数据查找的时候,都需要进行一系列和关键字比较 的过程,在理想的情况下,希望不经过任何比较,一次存取便...
基于24个网页-相关网页
如果一个数据库几乎占满了所有主内存,那么在其上运行查询的一个快捷之路就是使用散列索引(hash indexes)。InnoDB 有一个用于监视在表定义的索引上的索引搜索动作的自动调整结构,如果 InnoDB 发现一个散列索引对查询有益,那么它将自动...
基于20个网页-相关网页
Improved hash indexes 优化哈希索引
supplemented hash indexes Hash辅助索引
Adaptive hash indexes 应性的散列索引
Hash cluster indexes 哈希聚簇索引
However, if both of them are hash indexes, the user may want the main view to be ordered.
不过,如果左右两侧都是散列索引,而用户可能希望主视图是有序的。
Many different variations for hash indexes were developed and investigated in the literature (see Resources section).
之后,人们又开发出了 hash 索引的很多变体,并在文献中加以研究(参见 参考资料 小节)。
The first example in this article describes the basic concepts of hash indexes and illustrates how a hash index can easily be integrated in your DB2 database.
本文中的第一个例子描述hash索引的基本概念,并演示如何将hash索引轻松地集成到DB 2数据库中。
应用推荐