“更新目录”

This commit is contained in:
罗祥 2019-08-20 14:04:59 +08:00
parent aed47e012e
commit 40d4929a7b

View File

@ -22,12 +22,12 @@
### 2. MySQL
+ MySQL 索引机制
+ MySQL 主从复制及读写分离
+ 数据库中间件 Mycat 之 读写分离
+ 数据库中间件 Mycat 之 分库分表
+ MySQL+KeepAlived 高可用实现方案
+ PXC 集群搭建
+ [MySQL 基础](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_基础.md)
+ [MySQL 常用备份方式](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_备份.md)
+ [MySQL 二进制日志复制、GTID 复制与半同步复制](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_复制.md)
+ [MySQL 高可用架构之 PXC 集群](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_PXC集群.md)
+ [MyCat 分库分表](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_分库分表.md)
+ [MySQL 查询性能分析之 Explain](https://github.com/heibaiying/BigData-Notes/blob/master/notes/MySQL_EXPLAIN.md)
### 3. Redis
@ -48,6 +48,8 @@
+ [Linux 常用 Shell 命令](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/Linux常用Shell命令.md)
## 🌳 Spring
### 1.spring 基础
@ -123,7 +125,7 @@
## Docker
- Docker 基础
- [Docker 基础](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Docker_基础.md)
- kubernetes 简介及集群搭建