Skip to content

Commit 4c199d8

Browse files
authored
Update table-id.md
Optimize Chinese doc style.
1 parent 49305e7 commit 4c199d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content.zh/docs/core-concept/table-id.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@ under the License.
2525
-->
2626

2727
# 定义
28+
2829
**Table Id** 主要用来建立连接器与外部系统存储对象(例如表)的映射关系,所有外部系统的数据集合都可以映射到一个专用的 Table Id。
2930

3031
# 示例
3132

32-
为了兼容绝大部分的外部数据系统,Table Id 由命名空间、模式名、表名 3 个部分组成,即元组 (namespace, schemaName, tableName)。不同的外部系统 Table Id 的构造参数可能不同,比如 Oracle 数据库的 Table Id 包含命名空间(database)、模式名(schema)和表名(table),Doris 的 Table Id 包含模式名(database)和表名(table),Kafka 的 Table Id 仅包含表名(topic)。
33+
为了兼容绝大部分的外部数据系统,Table Id 由命名空间、模式名、表名 3 个部分组成,即元组 (namespace, schemaName, tableName)。
34+
不同的外部系统 Table Id 的构造参数可能不同,比如 Oracle 数据库的 Table Id 包含命名空间(database)、模式名(schema)和表名(table),Doris 的 Table Id 包含模式名(database)和表名(table),Kafka 的 Table Id 仅包含表名(topic)。
3335

3436
下面是一些常见的外部数据系统及其对应的 Table Id 格式:
3537

36-
| 数据系统 | Table id 构造参数 | 字符串示例 |
38+
| 数据系统 | Table id 构造参数 | 字符串示例 |
3739
|-----------------------|-------------------------|---------------------|
3840
| Oracle/PostgreSQL | database, schema, table | mydb.default.orders |
3941
| MySQL/Doris/StarRocks | database, table | mydb.orders |

0 commit comments

Comments
 (0)