- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计 算 机 研 究 与 发 展 DOI:10.7544/issn1000-1239.2016.********
Journal of Computer Research and Development 卷(期):起止页,年
分布式大图处理系统中的索引设计与实现
The Design and Implementation of Index on Distributed Big Graph Processing
System
Abstract With the rapid growth of technologies like web, social network, and location based service, graph data exist
in a variety of applications. There are some distributed graph processing systems that perform pretty impressive when
applied to offline graph data analysis tasks which often require complex computation and massive communications
between vertices, leading to considerable network traffic. Google Pregel and Apache Giraph are instances of those
systems. However, these graph processing systems are mostly based on Bulk Synchronized Parallel Computing(BSP)
model, which means that every vertex in the graph is supposed to meet a barrier right after every single iteration during
computation, which brings efficiency loss. On the other hand, Pregel-like systems only index vertices by their IDs,
which means that when querying properties other than ID, the only way to access vertices that meet some certain
requirements is to scan all the vertices. This may result in a high latency which is a severe problem in online querying.
Thus, it is our major concern to improve Pregel-like graph processing systems so that we can obtain a better performance
on querying any properties on these systems. We investigate on various index mechanisms that fit the graph data
querying on distributed systems and apply one of them to the Apache Giraph Framework. The improved system supports
both synchronous and asynchronous execution. Finally, we validate the superiority of our proposed mechanism by
experimenting on massive synthesized graph data.
Key words distributed graph
文档评论(0)