Skip to content

Commit 779f059

Browse files
dataroaringclaude
andcommitted
Remove recommendation labels from migration options
Replace "Recommended" tags with descriptive labels that explain what each option is suited for, letting users decide based on their needs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 23f1d2d commit 779f059

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

docs/migration/elasticsearch-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This guide covers migrating data from Elasticsearch to Apache Doris. Doris can s
6262

6363
## Migration Options
6464

65-
### Option 1: ES Catalog (Recommended)
65+
### Option 1: ES Catalog (Direct Query and Migration)
6666

6767
The [ES Catalog](../lakehouse/catalogs/es-catalog.md) provides direct access to Elasticsearch data from Doris, enabling both querying and migration.
6868

docs/migration/mysql-to-doris.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide covers migrating data from MySQL to Apache Doris. MySQL is one of the
1212

1313
1. **Protocol Compatibility**: Doris is MySQL protocol compatible, so existing MySQL clients and tools work with Doris.
1414

15-
2. **Real-time Requirements**: If you need real-time synchronization, Flink CDC is the recommended approach with support for automatic table creation and schema changes.
15+
2. **Real-time Requirements**: If you need real-time synchronization, Flink CDC supports automatic table creation and schema changes.
1616

1717
3. **Full Database Sync**: The Flink Doris Connector supports synchronizing entire MySQL databases including DDL operations.
1818

@@ -54,9 +54,9 @@ This guide covers migrating data from MySQL to Apache Doris. MySQL is one of the
5454

5555
## Migration Options
5656

57-
### Option 1: Flink CDC (Recommended for Real-time Sync)
57+
### Option 1: Flink CDC (Real-time Sync)
5858

59-
Flink CDC captures MySQL binlog changes and streams them to Doris. This is the recommended method for:
59+
Flink CDC captures MySQL binlog changes and streams them to Doris. This method is suited for:
6060

6161
- Real-time data synchronization
6262
- Full database migration with automatic table creation

docs/migration/other-olap-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide covers migrating data from various OLAP systems to Apache Doris, incl
1010

1111
## Migration Methods Overview
1212

13-
| Source System | Recommended Method | Notes |
13+
| Source System | Migration Method | Notes |
1414
|---------------|-------------------|-------|
1515
| ClickHouse | JDBC Catalog + SQL Convertor | Schema and SQL syntax conversion needed |
1616
| Greenplum | JDBC Catalog | PostgreSQL-compatible |

docs/migration/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apache Doris provides multiple methods to migrate data from various source syste
1010

1111
## Migration Paths
1212

13-
| Source System | Recommended Method | Real-time Sync | Full Migration | Incremental |
13+
| Source System | Migration Method | Real-time Sync | Full Migration | Incremental |
1414
|---------------|-------------------|----------------|----------------|-------------|
1515
| [PostgreSQL](./postgresql-to-doris.md) | JDBC Catalog / Flink CDC | Yes | Yes | Yes |
1616
| [MySQL](./mysql-to-doris.md) | Flink CDC / JDBC Catalog | Yes | Yes | Yes |
@@ -21,9 +21,9 @@ Apache Doris provides multiple methods to migrate data from various source syste
2121

2222
## Choosing a Migration Method
2323

24-
### Catalog-Based Migration (Recommended)
24+
### Catalog-Based Migration
2525

26-
Doris's [Multi-Catalog](../lakehouse/lakehouse-overview.md) feature allows you to directly query external data sources without data movement. This is the recommended approach for:
26+
Doris's [Multi-Catalog](../lakehouse/lakehouse-overview.md) feature allows you to directly query external data sources without data movement. This approach is suited for:
2727

2828
- **Initial exploration**: Query source data before deciding on migration strategy
2929
- **Hybrid queries**: Join data across Doris and external sources

docs/migration/postgresql-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This guide covers migrating data from PostgreSQL to Apache Doris. You can choose
5454

5555
## Migration Options
5656

57-
### Option 1: JDBC Catalog (Recommended)
57+
### Option 1: JDBC Catalog (Batch Migration)
5858

5959
The [JDBC Catalog](../lakehouse/catalogs/jdbc-catalog.md) provides direct access to PostgreSQL data from Doris. This is the simplest approach for both querying and migrating data.
6060

i18n/zh-CN/docusaurus-plugin-content-docs/current/migration/elasticsearch-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
## 迁移选项
6464

65-
### 选项 1:ES Catalog(推荐
65+
### 选项 1:ES Catalog(直接查询和迁移
6666

6767
[ES Catalog](../lakehouse/catalogs/es-catalog.md) 提供从 Doris 直接访问 Elasticsearch 数据的能力,支持查询和迁移。
6868

i18n/zh-CN/docusaurus-plugin-content-docs/current/migration/mysql-to-doris.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
1. **协议兼容**:Doris 兼容 MySQL 协议,因此现有的 MySQL 客户端和工具可以与 Doris 配合使用。
1414

15-
2. **实时需求**:如果需要实时同步,推荐使用 Flink CDC支持自动建表和 Schema 变更。
15+
2. **实时需求**:如果需要实时同步,Flink CDC 支持自动建表和 Schema 变更。
1616

1717
3. **全库同步**:Flink Doris Connector 支持同步整个 MySQL 数据库,包括 DDL 操作。
1818

@@ -54,9 +54,9 @@
5454

5555
## 迁移选项
5656

57-
### 选项 1:Flink CDC(推荐用于实时同步
57+
### 选项 1:Flink CDC(实时同步
5858

59-
Flink CDC 捕获 MySQL binlog 变更并流式传输到 Doris。这是以下场景的推荐方法
59+
Flink CDC 捕获 MySQL binlog 变更并流式传输到 Doris。此方法适用于
6060

6161
- 实时数据同步
6262
- 自动建表的全库迁移

i18n/zh-CN/docusaurus-plugin-content-docs/current/migration/other-olap-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## 迁移方法概述
1212

13-
| 源系统 | 推荐方法 | 说明 |
13+
| 源系统 | 迁移方法 | 说明 |
1414
|--------|---------|------|
1515
| ClickHouse | JDBC Catalog + SQL 转换 | 需要 Schema 和 SQL 语法转换 |
1616
| Greenplum | JDBC Catalog | 兼容 PostgreSQL |

i18n/zh-CN/docusaurus-plugin-content-docs/current/migration/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apache Doris 提供多种方法从各种源系统迁移数据。本指南帮助
1010

1111
## 迁移路径
1212

13-
| 源系统 | 推荐方法 | 实时同步 | 全量迁移 | 增量同步 |
13+
| 源系统 | 迁移方法 | 实时同步 | 全量迁移 | 增量同步 |
1414
|--------|---------|---------|---------|---------|
1515
| [PostgreSQL](./postgresql-to-doris.md) | JDBC Catalog / Flink CDC | 支持 | 支持 | 支持 |
1616
| [MySQL](./mysql-to-doris.md) | Flink CDC / JDBC Catalog | 支持 | 支持 | 支持 |
@@ -21,9 +21,9 @@ Apache Doris 提供多种方法从各种源系统迁移数据。本指南帮助
2121

2222
## 选择迁移方法
2323

24-
### 基于 Catalog 的迁移(推荐)
24+
### 基于 Catalog 的迁移
2525

26-
Doris 的 [Multi-Catalog](../lakehouse/lakehouse-overview.md) 功能允许您直接查询外部数据源而无需数据移动。这是推荐的方法,适用于
26+
Doris 的 [Multi-Catalog](../lakehouse/lakehouse-overview.md) 功能允许您直接查询外部数据源而无需数据移动。此方法适用于
2727

2828
- **初步探索**:在决定迁移策略之前查询源数据
2929
- **混合查询**:跨 Doris 和外部源进行 JOIN 查询

i18n/zh-CN/docusaurus-plugin-content-docs/current/migration/postgresql-to-doris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
## 迁移选项
5656

57-
### 选项 1:JDBC Catalog(推荐
57+
### 选项 1:JDBC Catalog(批量迁移
5858

5959
[JDBC Catalog](../lakehouse/catalogs/jdbc-catalog.md) 提供从 Doris 直接访问 PostgreSQL 数据的能力。这是查询和迁移数据最简单的方法。
6060

0 commit comments

Comments
 (0)