Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: move remaining files to dev folder #1458

Merged
merged 16 commits into from
Jun 19, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix double slashes in media links
  • Loading branch information
dcalvin committed Jun 18, 2019
commit 3757c4e9edbd1853473bcd7546b27bb5ee2e4117
2 changes: 1 addition & 1 deletion dev/benchmark/tpch-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TiDB 2.1:
| 21 | 389.883709908s | 361.034544945s |
| 22 | 64.0494630337s | 65.7153418064s |

![TPC-H Query Result](media//tpch-query-result-v2.png)
![TPC-H Query Result](media/tpch-query-result-v2.png)

说明:
- 图中橙色为 Release 2.1,蓝色为 Release 2.0,纵坐标是 Query 的处理时间,越低越好
Expand Down
2 changes: 1 addition & 1 deletion dev/benchmark/tpch.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TiDB 2.0:
| 21 | 31.466s | OOM |
| 22 | 31.539s | 125.471s |

![TPC-H Query Result](media//tpch-query-result.png)
![TPC-H Query Result](media/tpch-query-result.png)

说明:
- 图中橙色为 Release 1.0,蓝色为 Release 2.0,纵坐标是 Query 的处理时间,越低越好
Expand Down
2 changes: 1 addition & 1 deletion dev/how-to/monitor/monitor-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ curl http://127.0.0.1:2379/pd/api/v1/stores

整个架构如下图所示,在 TiDB/PD/TiKV 三个组件的启动参数中添加 Prometheus Pushgateway 地址:

![Deployment Architecture](media//monitor-architecture.png)
![Deployment Architecture](media/monitor-architecture.png)

### 搭建监控系统

Expand Down
2 changes: 1 addition & 1 deletion dev/reference/tools/sync-diff-inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ password = ""

假设有两个 MySQL 实例,使用同步工具同步到一个 TiDB 中,场景如图所示:

![shard-table-sync](media//shard-table-sync.png)
![shard-table-sync](media/shard-table-sync.png)

如果需要检查同步后数据是否一致,可以使用如下的配置对比数据:

Expand Down
2 changes: 1 addition & 1 deletion dev/reference/tools/tidb-binlog/tidb-binlog-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cd tidb-binlog-kafka-linux-amd64

设置 TiDB 启动参数 `binlog-socket` 为对应的 Pump 参数 `socket` 所指定的 unix socket 文件路径,最终部署结构如下图所示:

![TiDB pump 模块部署结构](/media//tidb-pump-deployment.png)
![TiDB pump 模块部署结构](/media/tidb-pump-deployment.png)

* Drainer 不支持对 ignore schemas(在过滤列表中的 schemas)的 table 进行 rename DDL 操作。

Expand Down