Where can i find really large databases .sql files with 100's MB or a few GB text, 10.000.000 plus rows of text so I can test my sphinx search engine indexing
|
If you really want to spend that kind of time downloading, here's a link to the Wikipedia dumps - "WARNING: 6.07 GB compressed, approximately 27 GB uncompressed as of 2010-09-20" (and you'll still have only 3,428,557 articles) Here's a quick PHP script that'll make one for you (just create an empty DB, temporarily grant the
Note: You'll probably need to change your PHP environment configuration or tweak the number of entries to run this script... |
|||
|
|
|
In addition to danlefree's excellent answer, you can find all text on the Stack Overflow network here. If you are using an MSSQL server this dataset might be easier to import (since Stack Overflow uses MSSQL). |
|||||||||
|
|
I often use GenerateData.com, which has lots of data types you can use and can generate SQL code as well as CSV etc. Don't know how well (or if) it would handle millions of rows, though. |
|||
|
|