InnoDBs 聚集索引中存在空值?

发布于 2024-11-15 13:55:08 字数 156 浏览 2 评论 0原文

在 MySQL 中使用 InnoDB,我希望通过更好地利用聚集索引来加速选择,从而在主键中包含更常用的列。

但一些频繁使用的列允许为空(有时是这样)。有没有办法将它们包含在聚集索引中(并允许它们为空)?

如果没有,是否有一些解决方法或是否有其他方法可以做类似的事情?

Using InnoDB in MySQL, I want to speed up selects by utilizing the clustered index better, thus including more frequently used columns in the primary key.

But some frequent columns used are allowed to be null (and some times are). Is there any way to include these in the clustered index (and allow them to be null)?

If not, are there some workarounds or is there some other way to do something similar?

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

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

发布评论

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

评论(1

芯好空 2024-11-22 13:55:08

在这种情况下,规范化表以排除可为空的字段将起作用(如 Battle_707 所评论)。

Normalizing the table to exclude the nullable field would work in this case (as commented by Battle_707).

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