Detailed Information

Cited 0 time in webofscience Cited 0 time in scopus
Metadata Downloads

Pre-select static caching and neighborhood ordering for BFS-like algorithms on disk-based graph enginesopen access

Authors
Lee, EunjaeKim, JunghyunLim, KeunhakNoh, Sam HSeo, Jiwon
Issue Date
Jul-2019
Publisher
USENIX Association
Citation
Proceedings of the 2019 USENIX Annual Technical Conference, USENIX ATC 2019, pp.459 - 473
Indexed
SCOPUS
Journal Title
Proceedings of the 2019 USENIX Annual Technical Conference, USENIX ATC 2019
Start Page
459
End Page
473
URI
https://scholarworks.bwise.kr/hanyang/handle/2021.sw.hanyang/147432
ISSN
0000-0000
Abstract
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds itself on recursive vertex traversal. We classify algorithms that share this characteristic into what we call a BFS-like algorithm. In this work, we first analyze and study the I/O request patterns of BFS-like algorithms executed on disk-based graph engines. Our analysis exposes two shortcomings in executing BFS-like algorithms. First, we find that the use of the cache is ineffective. To make use of the cache more effectively, we propose an in-memory static cache, which we call BFS-Aware Static Cache or Basc, for short. Basc is static as its contents, which are edge lists of vertices that are pre-selected before algorithm execution, do not change throughout the execution of the algorithm. Second, we find that the state-of-the-art ordering method for graphs on disks is ineffective with BFS-like algorithms. Thus, based on an I/O cost model that estimates the performance based on the ordering of graphs, we develop an efficient graph ordering called Neighborhood Ordering or Norder. We provide extensive evaluations of Basc and Norder on two well-known graph engines using five real-world graphs including Twitter that has 1.9 billion edges. Our experimental results show that Basc and Norder, collectively have substantial performance impact.
Files in This Item
Appears in
Collections
서울 공과대학 > 서울 컴퓨터소프트웨어학부 > 1. Journal Articles

qrcode

Items in ScholarWorks are protected by copyright, with all rights reserved, unless otherwise indicated.

Altmetrics

Total Views & Downloads

BROWSE