Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Massive graph triangulation
Hu X., Tao Y., Chung C.  SIGMOD 2013 (Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data, New York, NY, Jun 22-27, 2013)325-336.2013.Type:Proceedings
Date Reviewed: May 27 2014

A triangle of an undirected graph is simply three vertices of the graph, u, v, and w, which are also connected by the edges (u, v), (v, w), and (w, u). Spatially, this arrangement looks like a triangle. Listing all of the triangles of a graph has a number of important applications in network analysis and knowledge discovery. For example, vertices with a high triangle count are usually extremely significant in social networks, such as Twitter, often associated with people who act as central figures in communities. This 2013 SIGMOD Best Paper Award winner deals with the problem of counting triangles in graphs that are too large to be stored entirely in the main memory.

The algorithm uses as input a graph whose edge list is sorted by source vertex, thereby clustering vertices of an edge together. The edge list is loaded sequentially, one chunk of edges at a time, into memory. This chunk is then compared to a scan of the entire edge list. The process identifies all triangles with one edge in the loaded chunk (say (u, v) in the example above) and the opposite vertex (w in the example above). This paper provides an algorithmic complexity analysis of both data movement from disk as well as of work done in the memory, showing that both are done efficiently by connecting the amount of work done to the arboricity of the graph.

The paper is a must-read for both theorists and practitioners in the large-scale graph processing area.

Reviewer:  Amitabha Roy Review #: CR142315 (1408-0676)
Bookmark and Share
  Reviewer Selected
 
 
Search Process (H.3.3 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Search Process": Date
Search improvement via automatic query reformulation
Gauch S., Smith J. ACM Transactions on Information Systems 9(3): 249-280, 1991. Type: Article
Jul 1 1993
Criteria for the selection of search strategies in best-match document-retrieval systems
McCall F., Willett P. International Journal of Man-Machine Studies 25(3): 317-326, 1986. Type: Article
Oct 1 1987
The use of adaptive mechanisms for selection of search strategies in document retrieval systems
Croft W. (ed), Thompson R.  Research and development in information retrieval (, King’s College, Cambridge,1101984. Type: Proceedings
Aug 1 1985
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy