gpt4 book ai didi

MySQL 警告 : primary key and index on the same field in MYSQL

转载 作者:行者123 更新时间:2023-11-29 01:59:20 25 4
gpt4 key购买 nike

mysql warning : primary key and index on the same field in MYSQL .

在理论书籍中,这两个术语用于解释索引,但在实践中,当我尝试在也是主键的特定字段上创建索引时,尽管索引已创建,但 MySQL 会生成警告。

谁能解释一下?

最佳答案

主键已经暗示了构成键的列集的索引,因此第二个(单独的)索引 is redundant :

The primary key for a table represents the column or set of columns that you use in your most vital queries. It has an associated index, for fast query performance.

因此,通过创建显式索引,您不会获得任何好处,相反,数据库必须承担维护两个单独索引的责任。

关于MySQL 警告 : primary key and index on the same field in MYSQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19209863/

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