摘要:
http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_thread_concurrency InnoDB tries to keep the number of operating system thr 阅读全文
posted @ 2017-05-26 17:30 moss_tan_jun 阅读(4210) 评论(0) 推荐(0) 编辑
摘要:
http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_thread_concurrency InnoDB tries to keep the number of operating system thr 阅读全文
posted @ 2017-05-26 17:30 moss_tan_jun 阅读(4210) 评论(0) 推荐(0) 编辑
摘要:
背景: Innodb引擎使用B_tree结构保存表数据,这样就需要一个唯一键表示每一行记录(比如二级索引记录引用)。 Innodb表定义中处理主键的逻辑是: 1.如果表定义了主键,就使用主键唯一定位一条记录 2.如果没有定义主键,Innodb就生成一个全局唯一的rowid来定位一条记录 auto_i 阅读全文
posted @ 2017-05-26 17:18 moss_tan_jun 阅读(3843) 评论(0) 推荐(0) 编辑 |
||