上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 177 下一页
摘要: 14.2.3 InnoDB Redo Log14.2.3.1 Group Commit for Redo Log Flushingredo log 是一个基于磁盘的数据结构 用于crash recovery到正确的数据(被不完全的事务写入的)在正常操作期间,redo log 可以让查询改变In... 阅读全文
posted @ 2016-06-03 16:07 czcb 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 14.2.3 InnoDB Redo Log14.2.3.1 Group Commit for Redo Log Flushingredo log 是一个基于磁盘的数据结构 用于crash recovery到正确的数据(被不完全的事务写入的)在正常操作期间,redo log 可以让查询改变In... 阅读全文
posted @ 2016-06-03 16:07 czcb 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 14.2.2 InnoDB Multi-Versioning InnoDB 多版本:InnoDB 是一个多版本的存储引擎: 它保留信息关于改变数据的老版本,为了支持事务功能 比如并发和回滚。这些信息是存储在tablespace 在一个数据结果被称为回滚段(Oracle也有类似的数据结构).Inn... 阅读全文
posted @ 2016-06-03 15:20 czcb 阅读(105) 评论(0) 推荐(0) 编辑
摘要: mysql> explain select * from t100 union all select * from t200;+----+--------------+------------+------+---------------+------+---------+------+----... 阅读全文
posted @ 2016-06-03 14:18 czcb 阅读(127) 评论(0) 推荐(0) 编辑
摘要: mysql> explain select * from t100 union all select * from t200;+----+--------------+------------+------+---------------+------+---------+------+----... 阅读全文
posted @ 2016-06-03 14:18 czcb 阅读(290) 评论(0) 推荐(0) 编辑
摘要: mysql> explain SELECT c.`sn` clientSn,asm.`clientManagerSn`,pry.`productSn`,1 TYPE,pr.`capitalBalance`,pr.`yieldBalance`,pry.`realValueEndDate`,pr.... 阅读全文
posted @ 2016-06-03 14:06 czcb 阅读(96) 评论(0) 推荐(0) 编辑
摘要: mysql> create view v_test as select * from test;Query OK, 0 rows affected (0.15 sec)mysql> desc v_test;+-------+----------+------+-----+---------+--... 阅读全文
posted @ 2016-06-03 14:04 czcb 阅读(151) 评论(0) 推荐(0) 编辑
摘要: mysql> create view v_test as select * from test;Query OK, 0 rows affected (0.15 sec)mysql> desc v_test;+-------+----------+------+-----+---------+--... 阅读全文
posted @ 2016-06-03 14:04 czcb 阅读(126) 评论(0) 推荐(0) 编辑
摘要: jrhdpt01:/root# cat /etc/security/limits.conf * soft nofile 65535 * hard nofile 65535 * soft nproc 65535 * hard nproc 65535 阅读全文
posted @ 2016-06-03 12:03 czcb 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 14.2 InnoDB Concepts and Architecture InnoDB 概念和结构体系:14.2.1 MySQL and the ACID Model14.2.2 InnoDB Multi-Versioning14.2.3 InnoDB Redo Log14.2.4 Inn... 阅读全文
posted @ 2016-06-03 11:04 czcb 阅读(79) 评论(0) 推荐(0) 编辑
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 177 下一页