Skip to content

Commit

Permalink
Deprecate external table (StarRocks#6120)
Browse files Browse the repository at this point in the history
Signed-off-by: amber-create <yangyanping@starrocks.com>
  • Loading branch information
amber-create authored Jul 25, 2023
1 parent 6adbc4a commit 4a5e6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_source/External_table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 外部表
# (To be deprecated) 外部表

StarRocks 支持以外部表 (External Table) 的形式,接入其他数据源。外部表指的是保存在其他数据源中的数据表,而 StartRocks 只保存表对应的元数据,并直接向外部表所在数据源发起查询。目前 StarRocks 已支持的第三方数据源包括 MySQL、StarRocks、Elasticsearch、Apache Hive™、Apache Iceberg 和 Apache Hudi。**对于 StarRocks 数据源,现阶段只支持 Insert 写入,不支持读取,对于其他数据源,现阶段只支持读取,还不支持写入**

Expand Down

0 comments on commit 4a5e6e3

Please sign in to comment.