0

I need a sample database dump for testing the performance of mysql fulltext search feature. I need around 1-10 million rows.

Would this be available anywhere? If not, what is the simplest way of generating this database.

arahant
  • 2,203
  • 7
  • 38
  • 62

2 Answers2

2

I also tested various full text solutions. See Full Text Search Throwdown.

I used the StackOverflow data dump to test. https://blog.stackoverflow.com/2014/01/stack-exchange-cc-data-now-hosted-by-the-internet-archive/

It's in XML format, but it wasn't too difficult to write a script to turn the XML into SQL to load it into a database for testing.

Community
  • 1
  • 1
Bill Karwin
  • 538,548
  • 86
  • 673
  • 828
1

You can download some StackOverflow real data. Check the following link for more details.

You can check the following link for more details about how to restore it.

Community
  • 1
  • 1
gotqn
  • 42,737
  • 46
  • 157
  • 243