提交 e5cdd532 编写于 作者: RunAtWorld's avatar RunAtWorld

Merge branch 'master' of github.com:RunAtWorld/runatworld.github.io

mysql 知识总结
- [mysql官方文档](https://dev.mysql.com/doc/refman/5.7/en/)
# 性能监控
# schema 与数据优化
## 字符集选择
尽量选择 `utf8mb4` , 不要用 `utf8`, utf8 对于某些字符会无法显示。
## 存储引擎的选择
## 适当的数据冗余
## 适当拆分
# 执行计划
explain select语句
# 通过索引进行优化
二叉树,红黑树,b树,b+树,BST, AVL,多叉树
## 索引基本知识
### 索引的用处
### 索引的优点
### 索引的分类
hash索引
组合索引
聚簇索引
覆盖索引
索引监控
### 面试名词
### 采用的数据结构
### 索引的匹配方式
## 简单案例
# 查询优化
## 查询慢的原因
# 分区表
# 服务器参数设置
......@@ -2,3 +2,4 @@ IdeaJ 工具
1. [IDEA Java 快捷键](IdeaJ_keyshouts.md)
1. [IDEA Java 插件](IdeaJ_plugin.md)
1. [IntelliJ IDEA官方专业文档](https://www.w3cschool.cn/intellij_idea_doc/intellij_idea_doc-k9g62o2z.html)
1. [junit测试框架的使用](https://www.cnblogs.com/hustfly/p/3405486.html)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册