作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (19): 88-90,9. doi: 10.3969/j.issn.1000-3428.2007.19.030

• 软件技术与数据库 • 上一篇    下一篇

EP*: 一种新型的可扩展分布式数据结构

沈亢伟,王于同   

  1. (杭州电子科技大学计算机学院,杭州 310018)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-10-05 发布日期:2007-10-05

EP*: A New Kind of Scalable Distributed Data Structure

SHEN Kang-wei , WANG Yu-tong   

  1. (School of Computer, Hangzhou Dianzi University, Hangzhou 310018)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-10-05 Published:2007-10-05

摘要: 介绍了一种新型的可扩展分布式数据结构——EP*。EP*文件可以随着记录的插入而逐渐扩展到多台服务器上,它的结构比较简单,能够同时支持单记录操作和范围查询操作。实验结果显示,与现有的EH*结构相比,EP*结构不但增加了范围查询功能,而且在文件增长过程中,其填充因子和单记录操作的消息消耗数的变化都更加稳定,而平均填充因子和单记录操作的平均消息消耗数则与EH*结构很接近。

关键词: 可扩展性, 分布式, 数据结构, 海量数据存储

Abstract: This paper introdues a new kind of scalable distributed data structure—EP*. An EP* file can scale up to many servers and its structure is simple. EP* structure supports single-record operation and range query operation. Experiment shows that as compared to EH*, EP* not only adds range query functon, but also has more stable load factor and message cost for single-record operation during file’s growing up.

Key words: scalability, distributed, data structure, mass data storage

中图分类号: