gpt4 book ai didi

未指定 MySQL innoDB 索引存储类型

转载 作者:行者123 更新时间:2023-11-29 06:47:51 25 4
gpt4 key购买 nike

我正在使用 MySQL Workbench 来管理我的数据库架构。我注意到如果我创建一个索引,会有一个索引选项部分。默认情况下,存储类型为空白, block 大小为 0。下拉菜单有 BTREE 和 RTREE 选项,但它允许我在不选择任何内容的情况下保存它。

由于我没有指定存储类型,所以它实际上是在正确保存索引吗?返回并更改表以使用 BTREE 会导致 MySQL Workbench 在重新索引表时挂起几分钟。所以我想知道不指定存储类型是否会导致索引无法正常工作。

最佳答案

All InnoDB indexes are B-trees where the index records are stored in the leaf pages of the tree. The default size of an index page is 16KB. When new records are inserted, InnoDB tries to leave 1/16 of the page free for future insertions and updates of the index records.

检查这些链接

关于未指定 MySQL innoDB 索引存储类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17532220/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com