MySql 索引填充因子?

发布于 2024-07-09 11:20:55 字数 28 浏览 8 评论 0 原文

在MySql中创建索引时如何指定填充因子?

How do you specify the Fill Factor when creating an index in MySql?

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

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

发布评论

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

评论(2

两相知 2024-07-16 11:20:55

你不知道。

http://dev.mysql.com/doc/refman/5.0 /en/create-index.html

但是,这是版本 6.x 的“已接受”功能请求:
http://bugs.mysql.com/bug.php?id=18178

所以,短期内看到它时不要屏住呼吸。

You don't.

http://dev.mysql.com/doc/refman/5.0/en/create-index.html

However, it is an 'accepted' feature request for version 6.x:
http://bugs.mysql.com/bug.php?id=18178

So, don't hold your breath on seeing it any time soon.

新人笑 2024-07-16 11:20:55

假设您使用的是 InnoDB,似乎仅在数据库级别支持,而不是索引级别支持。

该设置名为 innodb_fill_factor,默认为 100 请参阅
https://dev.mysql.com/doc/ refman/5.7/en/innodb-parameters.html#sysvar_innodb_fill_factor 了解更多详细信息。

Assuming that you are using InnoDB, it seems like this is only supported at database level, not index level.

The setting is called innodb_fill_factor and defaults to 100 see
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_fill_factor for more details.

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