mirror of https://github.com/tikv/website.git
parent
5869071bf0
commit
fae55eb2af
|
|
@ -363,7 +363,6 @@ tikv-cdc cli processor list --pd=http://192.168.100.122:2379`
|
|||
4) 创建 changefeed,并指定 `--start-ts=<backup-ts>`。
|
||||
|
||||
|
||||
|
||||
[TiKV API V2]: ../../api-v2
|
||||
[v6.2.0]: https://docs.pingcap.com/zh/tidb/v6.2/release-6.2.0
|
||||
[TiUP]: https://docs.pingcap.com/zh/tidb/stable/production-deployment-using-tiup
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ TiKV offers the following key features:
|
|||
| [Distributed Transaction](../distributed-dransaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
|
||||
| [TiKV API V2](../api-v2) | TiKV API v2 provides new storage format to support more features, such as **Changed Data Capture** and **Key Space**. |
|
||||
| [RawKV BR](../backup-restore) | RawKV supports backup and restoration. |
|
||||
| [RawKV CDC](../cdc) | RawKV supports Changed Data Capture. |
|
||||
| [RawKV CDC](../cdc/cdc) | RawKV supports Changed Data Capture. |
|
||||
Loading…
Reference in New Issue