GraphF: an Efficient Fine-Grained Graph Processing System on Spark

Chengfei Zhang,Yiming Zhang,Ziyang Li,Yunxiang Zhao,Dongsheng Li
DOI: https://doi.org/10.1109/csci.2016.0271
2016-01-01
Abstract:This paper proposes the GraphF abstraction which exploits Adaptive Radix Tree for efficient graph indexing with lower storage cost. Leveraging the GraphF abstraction, we implement a separate graph computation engine on Spark. Experiments showed that on average GraphF outperforms GraphX and PowerGraph by up to 8.1X and 3.6X separately in execution time both for real world and for synthetic graphs. Moreover, GraphF is remarkably more efficient than GraphX in memory storage cost and saves up to sevenfold of space consumption.
What problem does this paper attempt to address?