Downloads
All of the downloads are gzipped mysqldumps.
There's a download containing the schema for the tables referenced in the data dumps:
There's a download containing the aggregated stats for all runs:
There's a download file for each run for desktop ("IE") and mobile ("iPhone"):
- May 1, 2012: IE (1240 MB), iPhone (9 MB)
- Apr 15, 2012: IE (701 MB), iPhone (9 MB)
- Apr 1, 2012: IE (699 MB), iPhone (8 MB)
- Mar 15, 2012: IE (551 MB), iPhone (9 MB)
- Mar 1, 2012: IE (390 MB), iPhone (9 MB)
- Feb 15, 2012: IE (388 MB), iPhone (9 MB)
- Feb 1, 2012: IE (386 MB), iPhone (9 MB)
- Jan 15, 2012: IE (386 MB), iPhone (9 MB)
- Jan 1, 2012: IE (381 MB), iPhone (8 MB)
- Dec 15, 2011: IE (383 MB), iPhone (9 MB)
- Dec 1, 2011: IE (381 MB), iPhone (9 MB)
- Nov 15, 2011: IE (254 MB), iPhone (9 MB)
- Nov 1, 2011: IE (238 MB), iPhone (9 MB)
- Oct 15, 2011: IE (116 MB), iPhone (4 MB)
- Oct 1, 2011: IE (120 MB), iPhone (4 MB)
- Sep 15, 2011: IE (120 MB), iPhone (4 MB)
- Sep 1, 2011: IE (118 MB), iPhone (4 MB)
- Aug 15, 2011: IE (120 MB), iPhone (4 MB)
- Aug 1, 2011: IE (113 MB), iPhone (4 MB)
- Jul 15, 2011: IE (118 MB), iPhone (4 MB)
- Jul 1, 2011: IE (117 MB), iPhone (4 MB)
- Jun 15, 2011: IE (113 MB), iPhone (4 MB)
- Jun 1, 2011: IE (113 MB), iPhone (4 MB)
- May 16, 2011: IE (113 MB), iPhone (268 kB)
- May 12, 2011: iPhone (263 kB)
- May 8, 2011: iPhone (258 kB)
- May 7, 2011: iPhone (249 kB)
- May 6, 2011: iPhone (266 kB)
- Apr 30, 2011: IE (111 MB)
- Apr 15, 2011: IE (112 MB)
- Mar 29, 2011: IE (106 MB)
- Mar 15, 2011: IE (103 MB)
- Feb 26, 2011: IE (105 MB)
- Feb 11, 2011: IE (102 MB)
- Jan 31, 2011: IE (104 MB)
- Jan 20, 2011: IE (103 MB)
- Dec 28, 2010: IE (104 MB)
- Dec 16, 2010: IE (104 MB)
- Nov 29, 2010: IE (98 MB)
- Nov 15, 2010: IE (98 MB)
- Nov 6, 2010: IE (8 MB)
- Oct 22, 2010: IE (6 MB)
- Oct 5, 2010: IE (7 MB)
The downloaded file was generated by mysqldump and then gzipped.
The mysqldump file does not contain the commands to create the MySQL database and tables.
To restore these mysqldumps:
- Import the schema dump to create the tables.
- Ungzip the downloaded mysqldump data file:
gunzip MYSQLDUMP_FILE.gz
- Import the mysqldump file using this command:
mysql -u MYSQL_USERNAME -pMYSQL_PASSWORD -h MYSQL_HOSTNAME MYSQL_DB < MYSQLDUMP_FILE