Skip to content

Commit

Permalink
Highlight TiFlash does not support Lightning (#5841) (#6329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 25, 2021
1 parent 5192f73 commit a7d6225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tidb-lightning/tidb-lightning-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ TiDB Lightning 整体工作原理如下:
如果需要导入的目标集群是 v3.x 或以下的版本,需要使用 Importer-backend 来完成数据的导入。在这个模式下,`tidb-lightning` 需要将解析的键值对通过 gRPC 发送给 `tikv-importer` 并由 `tikv-importer` 完成数据的导入。

TiDB Lightning 还支持使用 TiDB-backend 作为后端导入数据:`tidb-lightning` 将数据转换为 `INSERT` 语句,然后直接在目标集群上执行这些语句。详见 [TiDB Lightning Backends](/tidb-lightning/tidb-lightning-backends.md)

## 使用限制

TiDB Lightning 与 TiFlash 一起使用时需要注意:

无论是否已为一张表创建 TiFlash 副本,你均可以使用 TiDB Lightning 导入数据至该表。但该场景下 TiDB Lightning 导入数据耗费的时间更长,具体取决于 TiDB Lightning 部署机器的网卡带宽、TiFlash 节点的 CPU 及磁盘负载、TiFlash 副本数等因素。

0 comments on commit a7d6225

Please sign in to comment.