且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

主键是否在 MySQL 中自动索引?

更新时间:2023-02-04 16:59:53

主键总是被索引的.这对于 MyISAM 和 InnoDB 是相同的,并且对于所有支持索引的存储引擎通常都是如此.

The primary key is always indexed. This is the same for MyISAM and InnoDB, and is generally true for all storage engines that at all supports indices.