Abstract
GraphChi is the first reported disk-based graph engine that can handle billion-scale graphs on a single PC efficiently. GraphChi is able to execute several advanced data mining, graph mining and machine learning algorithms on very large graphs. With the novel technique of parallel sliding windows (PSW) to load subgraph from disk to memory for vertices and edges updating, it can achieve data processing performance close to and even better than those of mainstream distributed graph engines. GraphChi mentioned that its memory is not effectively utilized with large dataset, which leads to suboptimal computation performances. In this paper we are motivated by the concepts of 'pin ' from TurboGraph and 'ghost' from GraphLab to propose a new memory utilization mode for GraphChi, which is called Part-in-memory mode, to improve the GraphChi algorithm performance. The main idea is to pin a fixed part of data inside the memory during the whole computing process. Part-in-memory mode is successfully implemented with only about 40 additional lines of code to the original GraphChi engine. Extensive experiments are performed with large real datasets (including Twitter graph with 1.4 billion edges). The preliminary results show that Part-in-memory mode memory management approach effectively reduces the GraphChi running time by up to 60% in PageRank algorithm. Interestingly it is found that a larger portion of data pinned in memory does not always lead to better performance in the case that the whole dataset cannot be fitted in memory. There exists an optimal portion of data which should be kept in the memory to achieve the best computational performance.
Original language | English |
---|---|
Title of host publication | Proceedings : 2014 IEEE international conference on Big Data |
Editors | Jimmy Lin, Jian Pei, Xiaohua Hu, Wo Chang, Raghunath Nambiar, Charu Aggarwal, Nick Cercone, Vasant Honavar, Jun Huan, Bamshad Mobasher, Saumyadipta Pyne |
Publisher | IEEE |
Pages | 58-63 |
Number of pages | 6 |
ISBN (Print) | 978-1-4799-5665-4 |
DOIs | |
Publication status | Published - 2015 |
Event | 2nd IEEE International Conference on Big Data - Washington DC, United States Duration: 27 Oct 2014 → 30 Oct 2014 |
Conference
Conference | 2nd IEEE International Conference on Big Data |
---|---|
Abbreviated title | IEEE Big Data 2014 |
Country/Territory | United States |
City | Washington DC |
Period | 27/10/14 → 30/10/14 |
Bibliographical note
Funding: National Natural Science Foundation of China (Grant No. 61201384, 61129001), and Shanghai Science and Technology Committees of Scientific Research Project (Grant No. 14DZ1101200).Keywords
- big data
- graph process
- GraphChi
- part-in-memory mode