DocumentCode :
2477309
Title :
The Link Database: fast access to graphs of the Web
Author :
Randall, Keith H. ; Stata, Raymie ; Wickremesinghe, Rajiv G. ; Wiener, Janet L.
Author_Institution :
Compaq Syst. Res. Center, Palo Alto, CA, USA
fYear :
2002
fDate :
2002
Firstpage :
122
Lastpage :
131
Abstract :
The Connectivity Server is a special-purpose database whose schema models the Web as a graph: a set of nodes (URL) connected by directed edges (hyperlinks). The Link Database provides fast access to the hyperlinks. To support easy implementation of a wide range of graph algorithms we have found it important to fit the Link Database into RAM. In the first version of the Link Database, we achieved this fit by using machines with lots of memory (8 GB), and storing each hyperlink in 32 bits. However, this approach was limited to roughly 100 million Web pages. This paper presents techniques to compress the links to accommodate larger graphs. Our techniques combine well-known compression methods with methods that depend on the properties of the Web graph. The first compression technique takes advantage of the fact that most hyperlinks on most Web pages point to other pages on the same host as the page itself. The second technique takes advantage of the fact that many pages on the same host share hyperlinks, that is, they tend to point to a common set of pages. Together, these techniques reduce space requirements to under 6 bits per link. While (de)compression adds latency to the hyperlink access time, we can still compute the strongly connected components of a 6 billion-edge graph in 22 minutes and run applications such as Kleinberg´s HITS in real time. This paper describes our techniques for compressing the Link Database, and provides performance numbers for compression ratios and decompression speed.
Keywords :
data compression; data models; graph theory; hypermedia; information resources; information retrieval system evaluation; Connectivity Server; Link Database; URL; Web graph; common pages; compression ratios; decompression speed; directed edges; hyperlink access; link compression; performance; schema; special-purpose database; Computer science; Databases; Delay; Dictionaries; Mirrors; Random access memory; Read-write memory; Uniform resource locators; Web pages; Writing;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Data Compression Conference, 2002. Proceedings. DCC 2002
ISSN :
1068-0314
Print_ISBN :
0-7695-1477-4
Type :
conf
DOI :
10.1109/DCC.2002.999950
Filename :
999950
Link To Document :
بازگشت