0

For a college assignment I need to run an experiment related to MySQL. I have chosen to compare the performance of LIKE to MATCH AGAINST in the context of searching text fields.

The MySQL sample "Employees" DB was recommended to us but it doesn't really have any text fields with long text values. I'm of the opinion that i'd need something along the lines of a paragraph of text for each record to give decent results. I guess something like a paragraph about each employees background would be ideal. BUT, there are approximately 300k employees in that database.

Also, i'm guessing that the text values would want to be pretty distinct for each employee. Couldn't just use the same few for all employees.

Am I right in my assumptions and if so. Are there any other sample databases out there that would suit me?

Any ideas?

jim
  • 8,670
  • 15
  • 78
  • 149

2 Answers2

0

You might want to look at this previous post. One of those dataset HAS to be in mysql if not you can use www.talend.com to load it into your application.

Where can I find sample databases with common formatted data that I can use in multiple database engines?

Community
  • 1
  • 1
Stainedart
  • 1,929
  • 4
  • 32
  • 53
0

You might try any of the following links

Ben Swinburne
  • 25,669
  • 10
  • 69
  • 108