Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
lesson plan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雷
lesson plan
Commits
2d2f6963
Commit
2d2f6963
authored
Jan 24, 2019
by
王雷
😹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update (SQL)优化分析与方法.md
parent
0bd819d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
(SQL)优化分析与方法.md
(SQL)优化分析与方法.md
+1
-1
No files found.
(SQL)优化分析与方法.md
View file @
2d2f6963
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#### 四、优化策略
#### 四、优化策略
  
不同的数据库甚至同一个数据库不同的数据引擎在 SQL 处理上
回
存在差异,而咱们最常用的数据库是 MySQL,所以,咱们的优化策略主要针对的就是 MySQL,其他类型的数据库优化方案大家可以 Google 或者百度。
  
不同的数据库甚至同一个数据库不同的数据引擎在 SQL 处理上
都会
存在差异,而咱们最常用的数据库是 MySQL,所以,咱们的优化策略主要针对的就是 MySQL,其他类型的数据库优化方案大家可以 Google 或者百度。
  
要想做好 SQL 优化,我们需要先明白 MySQL 在执行一个 SQL 时的顺序,一条 SQL 是有多个完成不同任务的关键字组成的,而一个最完整的 SQL 大概是下面这样:
  
要想做好 SQL 优化,我们需要先明白 MySQL 在执行一个 SQL 时的顺序,一条 SQL 是有多个完成不同任务的关键字组成的,而一个最完整的 SQL 大概是下面这样:
```
sql
```
sql
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment