上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 177 下一页
摘要: 14.2.5.4 Physical Structure of an InnoDB Index InnoDB Index 的物理结构所有的InnoDB indexes 是B-trees ,index records 是存储在tree的leaf pages,默认的index page 大小是16K... 阅读全文
posted @ 2016-06-06 10:37 czcb 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 14.2.5.4 Physical Structure of an InnoDB Index InnoDB Index 的物理结构所有的InnoDB indexes 是B-trees ,index records 是存储在tree的leaf pages,默认的index page 大小是16K... 阅读全文
posted @ 2016-06-06 10:37 czcb 阅读(147) 评论(0) 推荐(0) 编辑
摘要: mysql> explain select t1.* from t2 ,t1 where t2.id=t1.id and t2.id select count(*) from t2;+----------+| count(*) |+----------+| 134 |+-------... 阅读全文
posted @ 2016-06-05 19:40 czcb 阅读(198) 评论(0) 推荐(0) 编辑
摘要: mysql> explain select t1.* from t2 ,t1 where t2.id=t1.id and t2.id select count(*) from t2;+----------+| count(*) |+----------+| 134 |+-------... 阅读全文
posted @ 2016-06-05 19:40 czcb 阅读(160) 评论(0) 推荐(0) 编辑
摘要: alter session set statistics_level=all; select t1.* from t1,t2 where t1.id=t2.id and t1.id select * from table(dbms_xplan.display_cursor(null,null,'... 阅读全文
posted @ 2016-06-05 17:14 czcb 阅读(180) 评论(0) 推荐(0) 编辑
摘要: alter session set statistics_level=all; select t1.* from t1,t2 where t1.id=t2.id and t1.id select * from table(dbms_xplan.display_cursor(null,null,'... 阅读全文
posted @ 2016-06-05 17:14 czcb 阅读(863) 评论(0) 推荐(0) 编辑
摘要: SQL> alter session set statistics_level=all;Session altered.SQL> select e.ename,e.job,d.dname from emp e,dept d where e.deptno=d.deptno and e.sal s... 阅读全文
posted @ 2016-06-05 16:46 czcb 阅读(1941) 评论(0) 推荐(0) 编辑
摘要: SQL> alter session set statistics_level=all;Session altered.SQL> select e.ename,e.job,d.dname from emp e,dept d where e.deptno=d.deptno and e.sal s... 阅读全文
posted @ 2016-06-05 16:46 czcb 阅读(245) 评论(0) 推荐(0) 编辑
摘要: mysql> explain select * from (select * from ( select * from test where id=1) a) b;+----+-------------+------------+------+---------------+------+--... 阅读全文
posted @ 2016-06-05 15:43 czcb 阅读(161) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 binlog]# ls -ltrtotal 72-rw-rw---- 1 mysql mysql 15872 May 11 09:33 mysql-bin.000001-rw-rw---- 1 mysql mysql 2592 Jun 1 12:56 mysql-bin... 阅读全文
posted @ 2016-06-04 12:03 czcb 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 177 下一页