未验证 提交 b33bc970 编写于 作者: 端小强 提交者: GitHub

translate sharding-scaling README.md document to chinese (#4909)

* translate sharding-scaling README.md document to chinese

* optimise some concept for sharding-scaling README.md document translation
上级 fe8eb9be
# ShardingScaling - ShardingSphere弹性伸缩组件
## 概述
下图可以清晰地表明这个组件的作用:
![scale out](https://user-images.githubusercontent.com/14773179/75600294-8516d500-5ae8-11ea-9635-5656b72242e3.png)
关于图片的补充说明:
1. 只支持迁移整个数据库,暂不支持迁移指定的表。
2. 迁移过程分为两步——历史数据迁移和实时数据迁移。
- 在历史数据迁移过程中,Sharding-Scaling使用 `select *`语句去获取数据,使用`insert`语句将数据迁移到目标库中;
- 在实时数据迁移过程中,Sharding-Scaling使用binlog来迁移数据,并且在迁移前会标记下binlog位置。
3. 如果源schema中的表有主键,Sharding-Scaling就能够使用 `where`声明的条件,并发地迁移表中的数据。
## 环境准备
MySQL:5.1.15 ~ 5.7.x
Sharding-Proxy:3.x ~ 5.x
## 如何运行
参考[快速入门](./src/resources/Quick%20Start_zh.md)
## 更多文档
[管理指南](./src/resources/Admin%20Guide_zh.md)
[ShardingScaling架构](./src/resources/Architecture_zh.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册