From d51e8294a8c5c8f1b29fde47e57e2ff4e41865f4 Mon Sep 17 00:00:00 2001 From: Fendy Date: Thu, 9 Sep 2021 11:40:10 +0800 Subject: [PATCH 1/2] add doc links to overview --- overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview.md b/overview.md index 62f4cfc666aae..b5696c71e444f 100644 --- a/overview.md +++ b/overview.md @@ -20,7 +20,7 @@ aliases: ['/docs/stable/overview/','/docs/v4.0/overview/','/docs/v4.0/key-featur - **Real-time HTAP** - TiDB provides two storage engines: [TiKV](https://tikv.org/), a row-based storage engine, and [TiFlash](/tiflash/tiflash-overview.md), a columnar storage engine. TiFlash uses the Multi-Raft Learner protocol to replicate data from TiKV in real time, ensuring that the data between the TiKV row-based storage engine and the TiFlash columnar storage engine are consistent. TiKV and TiFlash can be deployed on different machines as needed to solve the problem of HTAP resource isolation. + TiDB provides two storage engines: [TiKV](/tikv-overview.md), a row-based storage engine, and [TiFlash](/tiflash/tiflash-overview.md), a columnar storage engine. TiFlash uses the Multi-Raft Learner protocol to replicate data from TiKV in real time, ensuring that the data between the TiKV row-based storage engine and the TiFlash columnar storage engine are consistent. TiKV and TiFlash can be deployed on different machines as needed to solve the problem of HTAP resource isolation. - **Cloud-native distributed database** @@ -28,7 +28,7 @@ aliases: ['/docs/stable/overview/','/docs/v4.0/overview/','/docs/v4.0/key-featur - **Compatible with the MySQL 5.7 protocol and MySQL ecosystem** - TiDB is compatible with the MySQL 5.7 protocol, common features of MySQL, and the MySQL ecosystem. To migrate your applications to TiDB, you do not need to change a single line of code in many cases or only need to modify a small amount of code. In addition, TiDB provides a series of [data migration tools](/migration-overview.md) to help migrate application data easily into TiDB. + TiDB is compatible with the MySQL 5.7 protocol, common features of MySQL, and the MySQL ecosystem. To migrate your applications to TiDB, you do not need to change a single line of code in many cases or only need to modify a small amount of code. In addition, TiDB provides a series of [data migration tools](/ecosystem-tool-user-guide.md) to help migrate application data easily into TiDB. ## Use cases From 8ebab382382d18e6c8c86666de99c1d19f4710f6 Mon Sep 17 00:00:00 2001 From: Ran Date: Thu, 9 Sep 2021 12:03:39 +0800 Subject: [PATCH 2/2] Update overview.md --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index b5696c71e444f..468891ab7099d 100644 --- a/overview.md +++ b/overview.md @@ -28,7 +28,7 @@ aliases: ['/docs/stable/overview/','/docs/v4.0/overview/','/docs/v4.0/key-featur - **Compatible with the MySQL 5.7 protocol and MySQL ecosystem** - TiDB is compatible with the MySQL 5.7 protocol, common features of MySQL, and the MySQL ecosystem. To migrate your applications to TiDB, you do not need to change a single line of code in many cases or only need to modify a small amount of code. In addition, TiDB provides a series of [data migration tools](/ecosystem-tool-user-guide.md) to help migrate application data easily into TiDB. + TiDB is compatible with the MySQL 5.7 protocol, common features of MySQL, and the MySQL ecosystem. To migrate your applications to TiDB, you do not need to change a single line of code in many cases or only need to modify a small amount of code. In addition, TiDB provides a series of [data migration tools](/ecosystem-tool-user-guide.md) to help easily migrate application data into TiDB. ## Use cases