MySQL 全文索引消耗多少额外存储空间?

发布于 2024-09-28 03:04:45 字数 93 浏览 4 评论 0原文

我正在寻找一种方法来估计如果 MySQL TEXT 列获得全文索引将需要多少额外存储。

直观地说,全文索引的大小取决于文本的总长度,但到底是什么在影响它呢?

I am looking for a way to estimate how much extra storage will be needed if a MySQL TEXT column gets a fulltext index.

Intuitively speaking the size of the fulltext index is dependent on the total length of text but what exactly is affecting it?

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

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

发布评论

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

评论(1

转身以后 2024-10-05 03:04:45

“我有 200 MB 的文本数据需要索引,生成的索引为 130 MB。”

因此它与您索引的数据的总大小相当。

"I have 200 MB of text data to index and the resulting index is 130 MB."

So it's comparable to the total size of data you index.

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