Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
huangkq
Python-100-Days
Commits
283c8fdb
Commit
283c8fdb
authored
Feb 23, 2019
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新了部分文档
parent
8c75922e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Docker简易上手指南.md
Day91-100/Docker简易上手指南.md
+0
-0
README.md
README.md
+13
-0
No files found.
Day91-100/Docker简易上手指南.md
View file @
283c8fdb
This diff is collapsed.
Click to expand it.
README.md
View file @
283c8fdb
...
@@ -496,6 +496,19 @@
...
@@ -496,6 +496,19 @@
1.
数据库性能调优
1.
数据库性能调优
-
软硬件优化
-
软硬件优化
-
SQL优化
-
SQL优化
-
通过show status了解SQL的执行频率。
-
通过慢查询日志或show processlist定位低效率SQL。
-
通过EXPLAIN分析低效率SQL的执行计划。
-
通过show profile分析SQL。
-
合理的使用索引。
-
定期检查和优化表。
-
优化insert操作。
-
优化排序操作。
-
优化分组操作。
-
优化OR条件操作。
-
优化分页操作。
-
架构优化
-
架构优化
-
主从复制,读写分离
-
集群架构
2.
代码性能调优
2.
代码性能调优
3.
云存储和CDN加速
3.
云存储和CDN加速
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