MySQL:在哪里可以找到具有大量文本内容的示例数据库?

发布于 2024-12-18 03:35:50 字数 315 浏览 4 评论 0原文

对于大学作业,我需要进行一个与 MySQL 相关的实验。我选择在搜索文本字段的上下文中比较 LIKE 与 MATCH AGAINST 的性能。

我们向我们推荐了 MySQL 示例“Employees”数据库,但它实际上没有任何包含长文本值的文本字段。我认为我需要为每条记录提供类似于一段文本的内容才能给出不错的结果。我想类似关于每个员工背景的段落是理想的。但是,该数据库中有大约 30 万名员工。

另外,我猜测每个员工的文本值都希望非常不同。不能只为所有员工使用相同的几个。

我的假设是否正确?如果是的话。还有其他适合我的示例数据库吗?

有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

勿挽旧人 2024-12-25 03:35:50

您可以尝试以下任何链接

You might try any of the following links

芸娘子的小脾气 2024-12-25 03:35:50

您可能想看看之前的帖子。这些数据集之一必须位于 mysql 中,如果没有,您可以使用 www.talend.com 将其加载到您的应用程序中。

在哪里可以找到包含可在多个数据库引擎中使用的通用格式数据的示例数据库?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文