Skip to content

Commit

Permalink
+ 更新MyCAT UML图-单表单库插入 修复图片地址
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed May 29, 2017
1 parent 3c4acd7 commit 43a34b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
本文讲解 【单库单表】插入 所涉及到的代码。交互如下图:

![单库单表插入简图](images/1003/单库单表插入简图.png)
![单库单表插入简图](https://raw.githubusercontent.com/YunaiV/Blog/master/Database/MyCAT/images/1003/单库单表插入简图.png)

整个过程,MyCAT Server 流程如下:

Expand All @@ -32,7 +32,7 @@

# 2. 接收请求,解析 SQL

![【单库单表】插入(01主流程)](images/1003/【单库单表】插入(01主流程).png)
![【单库单表】插入(01主流程)](https://raw.githubusercontent.com/YunaiV/Blog/master/Database/MyCAT/images/1003/【单库单表】插入(01主流程).png)

## 【 1 - 2 】

Expand Down Expand Up @@ -215,7 +215,7 @@

# 3. 获得路由结果

![【单库单表】插入(02获取路由)](images/1003/【单库单表】插入(02获取路由).png)
![【单库单表】插入(02获取路由)](https://raw.githubusercontent.com/YunaiV/Blog/master/Database/MyCAT/images/1003/【单库单表】插入(02获取路由).png)

## 【 1 - 2 】【 12 】

Expand Down Expand Up @@ -383,7 +383,7 @@ insert into table (id, name) values (868348974560579584, 'name')

# 4. 获得 MySQL 连接,执行 SQL

![【单库单表】插入(03执行 SQL)](images/1003/【单库单表】插入(03执行 SQL).png)
![【单库单表】插入(03执行 SQL)](https://raw.githubusercontent.com/YunaiV/Blog/master/Database/MyCAT/images/1003/【单库单表】插入(03执行%20SQL).png)

## 【 1 - 8 】

Expand All @@ -398,7 +398,7 @@ insert into table (id, name) values (868348974560579584, 'name')

# 5. 响应执行 SQL 结果

![【单库单表】插入(04执行响应)](images/1003/【单库单表】插入(04执行响应).png)
![【单库单表】插入(04执行响应)](https://raw.githubusercontent.com/YunaiV/Blog/master/Database/MyCAT/images/1003/【单库单表】插入(04执行响应).png)

## 【 1 - 4 】

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* 数据库中间件 **MyCAT**
* 持续更新中....
* [MyCAT源码分析:调试环境搭建](https://github.com/YunaiV/Blog/blob/master/Database/MyCAT/1001-MyCAT%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%9A%E8%B0%83%E8%AF%95%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md)
* [MyCAT源码分析:【单库单表】插入](https://github.com/YunaiV/Blog/blob/master/Database/MyCAT/1001-MyCAT%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%9A%E8%B0%83%E8%AF%95%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md)
* [MyCAT源码分析:【单库单表】插入](https://github.com/YunaiV/Blog/blob/master/Database/MyCAT/1003-MyCAT%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%EF%BC%9A%E3%80%90%E5%8D%95%E5%BA%93%E5%8D%95%E8%A1%A8%E3%80%91%E6%8F%92%E5%85%A5.md)

* 队列中间件 **RocketMQ**
* [RocketMQ源码解析:Message发送&接收](https://github.com/YunaiV/Blog/blob/master/RocketMQ/1003-RocketMQ%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%EF%BC%9AMessage%E5%8F%91%E9%80%81%26%E6%8E%A5%E6%94%B6.md)
Expand Down

0 comments on commit 43a34b7

Please sign in to comment.