文章目录 主键排序一. InnoDB的索引结构1. 单个page2. 多个page 二. 为什么选择B树三. 聚簇索引和非聚簇索引结束语 主键排序
我们创建一个user表,并乱序插入数据
mysql> create table if not exists user(-> id int primary key,-> age int not null,-&…
1.idea 启动报错 Command line is too long,启动报错信息:Error running ‘Application‘: Command line is too long.
2.如何解决? 1)idea打开一个项目。 2.打开项目下的*.idea* 文件夹下的 workspace.xml 文件。
3.在<co…