为什么我的 MySQL 索引基数被清零?

发布于 2024-08-02 15:12:35 字数 158 浏览 5 评论 0原文

我有一个使用 MySQL 数据库 (MYISAM) 的旧 Web 应用程序。我最近注意到应用程序的性能急剧下降。检查我的索引后,我注意到所有索引的基数都报告为零。

我可以通过对每个表执行 ANALYZE TABLE 来解决此问题。

但我很好奇,是什么导致基数首先被清零?

I have an older web application that uses a MySQL Database (MYISAM). I noticed recently that the performance of the application was drastically reduced. After checking on my indexes, I noticed that the cardinality for all of them was reporting zero.

I was able to fix this by doing an ANALYZE TABLE on each table.

But I'm curious, what causes the cardinality to get zeroed out in the first place?

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

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

发布评论

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

评论(1

疯到世界奔溃 2024-08-09 15:12:35

从内存中,某些修复表操作会擦除统计信息,您需要分析表才能恢复它们。

除此之外,我想不出任何应该将它们归零的原因。我只是希望它们会过时。

From memory, some repair table operations wipe the statistics and you need to ANALYZE TABLE to get them back.

Other than that, I can't think of any reason why they should be zeroed. I'd just expect that they'd be out of date.

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