黄斌, 彭宇行, 彭小宁. 云计算环境中高效分布式索引技术[J]. 武汉大学学报 ( 信息科学版), 2014, 39(11): 1375-1381.
引用本文: 黄斌, 彭宇行, 彭小宁. 云计算环境中高效分布式索引技术[J]. 武汉大学学报 ( 信息科学版), 2014, 39(11): 1375-1381.
Huang Bin, Peng Yuxing, Peng Xiaoning. An Efficient Distributed Index Method for Cloud Computing[J]. Geomatics and Information Science of Wuhan University, 2014, 39(11): 1375-1381.
Citation: Huang Bin, Peng Yuxing, Peng Xiaoning. An Efficient Distributed Index Method for Cloud Computing[J]. Geomatics and Information Science of Wuhan University, 2014, 39(11): 1375-1381.

云计算环境中高效分布式索引技术

An Efficient Distributed Index Method for Cloud Computing

  • 摘要: 针对现有索引方法中的性能瓶颈和维护成本问题,提出了一种分布式多访问入口B+树索引方法,实现了区间查询的高效并行,以及索引结构的较低维护成本。首先通过给分布式B+树的每个叶子节点维护一个路由表,并通过在树的不同层次上构建平衡二叉树来选择有关节点作为路由表的表项,实现区间搜索的高效并行;然后利用H+树节点分裂逐层传递性和H+树结构的平衡性实现节点分裂时只在较小子树内更新路由信息,减少更新消息数量,从而降低路由信息维护成本。实验表明,本文方法有很好的性能和较低的维护成本。

     

    Abstract: To improve the performance and maintenance cost of existing index methods,this paper presents a distributed multi access entrance B+ tree index method,which features:①efficient parallel interval queries,and②and low maintenance cost for index structure. Our scheme relies on four key techniques to achieve the advantages mentioned above:(1)It provides a routing table for each leaf node of a distributed B+ tree,so a interval search can be completed from any leaf node to break through the bottleneck caused by the root node in a distributed B+ tree;(2)It constructs a balanced binary tree at different levels of a node,and selects the relevant nodes for its routing table;(3)It useslayer-by-layer transitivity of a B+ tree node to split information to sense the node splitting position and only updates routing information within the subtree of a corresponding particle at the time of nodesplitting;(4)It uses the balanced structure of B+ trees to only update single route information for relevant nodes at the time of node splitting,without adjusting the route tables of a large area.Our scheme has been implemented and evaluated.Performance results are encouraging.

     

/

返回文章
返回