Title :
Massive streaming data analytics: A case study with clustering coefficients
Author :
Ediger, David ; Jiang, Karl ; Riedy, Jason ; Bader, David A.
Author_Institution :
Georgia Inst. of Technol., Atlanta, GA, USA
Abstract :
We present a new approach for parallel massive graph analysis of streaming, temporal data with a dynamic and extensible representation. Handling the constant stream of new data from health care, security, business, and social network applications requires new algorithms and data structures. We examine data structure and algorithm trade-offs that extract the parallelism necessary for high-performance updating analysis of massive graphs. Static analysis kernels often rely on storing input data in a specific structure. Maintaining these structures for each possible kernel with high data rates incurs a significant performance cost. A case study computing clustering coefficients on a general-purpose data structure demonstrates incremental updates can be more efficient than global recomputation. Within this kernel, we compare three methods for dynamically updating local clustering coefficients: a brute-force local recalculation, a sorting algorithm, and our new approximation method using a Bloom filter. On 32 processors of a Cray XMT with a synthetic scale-free graph of 224 ¿ 16 million vertices and 229 ¿ 537 million edges, the brute-force method processes a mean of over 50 000 updates per second and our Bloom filter approaches 200 000 updates per second.
Keywords :
approximation theory; data analysis; data structures; graph theory; pattern clustering; sorting; Cray XMT; approximation method; bloom filter; brute-force local recalculation; data algorithm; data structure; local clustering coefficients; massive streaming data analytics; parallel massive graph analysis; scale-free graph; sorting algorithm; static analysis kernels; Clustering algorithms; Data analysis; Data mining; Data security; Data structures; Filters; Kernel; Medical services; Parallel processing; Social network services;
Conference_Titel :
Parallel & Distributed Processing, Workshops and Phd Forum (IPDPSW), 2010 IEEE International Symposium on
Conference_Location :
Atlanta, GA
Print_ISBN :
978-1-4244-6533-0
DOI :
10.1109/IPDPSW.2010.5470687