Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jan 7, 2025
1 parent f8f4f17 commit 73d7d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tiflash/tiflash-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TiFlash 推荐使用和 TiKV 不同的节点以做到 Workload 隔离,但在

TiFlash 暂时无法直接接受数据写入,任何数据必须先写入 TiKV 再同步到 TiFlash。TiFlash 以 learner 角色接入 TiDB 集群,TiFlash 支持表粒度的数据同步,部署后默认情况下不会同步任何数据,需要按照[按表构建 TiFlash 副本](/tiflash/create-tiflash-replicas.md#按表构建-tiflash-副本)一节完成指定表的数据同步。

TiFlash 主要包含两个组件,一个是存储引擎组件,另一个是处理 Multi-Raft 协议通信相关工作 的 TiFlash proxy 组件。
TiFlash 主要包含两个组件,一个是列式存储引擎组件,另一个是处理 Multi-Raft 协议通信相关工作的 TiFlash proxy 组件。

对于按表构建 TiFlash 副本的流程,TiDB 接收到相应的 DDL 命令后,会自动在 PD 创建对应的 [Placement Rules](/configure-placement-rules.md),PD 根据该信息进行相关的数据调度。

Expand Down
2 changes: 0 additions & 2 deletions tiflash/troubleshoot-tiflash.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ aliases: ['/docs-cn/dev/tiflash/troubleshoot-tiflash/','/docs-cn/dev/tiflash/tif

3. 通过 pd-ctl 查看 TiFlash proxy 状态是否正常:

{{< copyable "shell-regular" >}}

```shell
tiup ctl:nightly pd -u http://${pd-ip}:${pd-port} store
```
Expand Down

0 comments on commit 73d7d42

Please sign in to comment.