How one can efficiently store the WebGraph in Relational databases such MySQL for playing with algorithms like PageRank? I think of creating two tables: one for URLs where only distinct URLs will be stored and another outgoing links table, for each url store its outgoing URL. Any ideas or any suggestions for efficient storage?
Asked
Active
Viewed 106 times
0
-
for those who voted to close: where should I ask this question? What is wrong with it? – torayeff Nov 04 '12 at 11:54
1 Answers
1
There are specific databases which where created for such a purpose. Take a look at

Salvador Dali
- 214,103
- 147
- 703
- 753