Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d254f1

Browse files
committed
增加 explain 解释
1 parent 247b087 commit 8d254f1

File tree

8 files changed

+353
-121
lines changed

8 files changed

+353
-121
lines changed

‎assets/images/employees-schema.png

63.3 KB
Loading[フレーム]
124 KB
Loading[フレーム]

‎assets/images/sakila-schema-detail.png

98.4 KB
Loading[フレーム]

‎assets/images/sakila-schema.png

118 KB
Loading[フレーム]

‎assets/images/sql-joins.png

161 KB
Loading[フレーム]

‎explain-in-detail.adoc

Lines changed: 345 additions & 118 deletions
Large diffs are not rendered by default.

‎references.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ include::_attributes.adoc[]
1818
* https://www.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/10_MassStorage.html[Operating Systems: Mass-Storage Structure^]
1919
* https://my.oschina.net/editorial-story/blog/839446[最受欢迎的 13 个数据库相关文章链接 - 编辑部的故事^] -- 还没有读,把这些文章读一读,吸收到这个笔记里来。
2020
* https://blog.csdn.net/sinat_27564919/article/details/70808991[Mysql事务和隔离级别(read committed, repeatable read)_数据库_往事依稀浑似梦,都随风雨到心头!-CSDN博客^]
21-
* https://www.cnblogs.com/yubaolee/p/10398633.html[仅此一文让你明白事务隔离级别、脏读、不可重复读、幻读 - 李玉宝 - 博客园]
21+
* https://www.cnblogs.com/yubaolee/p/10398633.html[仅此一文让你明白事务隔离级别、脏读、不可重复读、幻读 - 李玉宝 - 博客园]
22+
* https://www.cnblogs.com/sxdcgaq8080/p/11844079.html[【mysql】Mysql的profile的使用 --- Profilling mysql的性能分析工具 - Angel挤一挤 - 博客园]
23+
* https://cloud.tencent.com/developer/article/1449108[MySQL 有效利用 profile 分析 SQL 语句的执行过程 - 云+社区 - 腾讯云]
24+
* https://www.jianshu.com/p/ea3fc71fdc45[MySQL EXPLAIN详解 - 简书]
25+
* https://segmentfault.com/a/1190000012629884[MySQL - EXPLAIN详解 - 个人文章 - SegmentFault 思否]
26+
* http://xiaorui.cc/archives/2754[浅谈mysql fulltext全文索引优缺点 – 峰云就她了]

‎watch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ if [ ! -n `which fswatch` ]; then
99
fi
1010

1111
# 不生效?
12-
httpd 1>/dev/null 2>&1 &
12+
#httpd 1>/dev/null 2>&1 &
1313

14-
fswatch -o ${root_path}/*.adoc | xargs -n1 ${root_path}/deploy.sh
14+
fswatch -o ${root_path}/*.adoc | xargs -n1 ${root_path}/build.sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /