节点文献
一种复合式索引结构及其性能比较研究
The Study of an Compound Index Structure & Its Performance Comparison
【摘要】 一般Hash算法中溢出桶与常规桶是通过指针连接的。对于海量数据的等值查询来说,通过指针查询是低效的。本文提出一种类似二次Hash的算法,在常规桶与桶地址表之间建立一个二叉排序树的结构,使得我们能够通过折半查找直接找到对应的桶。实验表明,该算法能够显著提高查询效率。
【Abstract】 In hash algorithm, the bucket and flow-bucket are linked by the pointers. It is very much inefficient to search a value corresponding to a flow-bucket. In this paper, we present a novel compound index structure which includes a balanced binary tree. The experiment indicates that its performance is better than other indexing algorithm such as ordered indices and hash indices.
- 【文献出处】 微电子学与计算机 ,Microelectronics & Computer , 编辑部邮箱 ,2004年10期
- 【分类号】TP311.132.3
- 【被引频次】2
- 【下载频次】82