Skip to content

Commit 12a3cd7

Browse files
authored
Add jdbc catalog jdk version description (#2392)
1 parent f6ad3bb commit 12a3cd7

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/lakehouse/catalogs/jdbc-catalog-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ JDBC Catalog supports connecting to databases that are compatible with the JDBC
2828

2929
This document introduces the general configuration and usage of the JDBC Catalog. For different JDBC sources, please refer to the respective documentation.
3030

31+
:::info Note
32+
The JDBC Catalog feature in Doris relies on the Java layer to read and process data, and its overall performance can be affected by the JDK version. Some internal libraries in older versions of the JDK (such as JDK 8) are less efficient and may lead to higher resource consumption. If higher performance is required, it is recommended to use Doris 3.0, which is compiled with JDK 17 by default and offers better overall performance.
33+
:::
34+
3135
## Applicable Scenarios
3236

3337
The JDBC Catalog is only suitable for data integration, such as importing small amounts of data from a data source into Doris or performing join queries on small tables in a JDBC data source. The JDBC Catalog cannot accelerate queries on the data source or access large amounts of data at once.

i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/jdbc-catalog-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ JDBC Catalog 支持通过标准 JDBC 接口连接支持 JDBC 协议的数据库
2828

2929
本文档介绍 JDBC Catalog 的通用配置和使用方法。不同的 JDBC 源请参阅对应的文档。
3030

31+
:::info 备注
32+
Doris 的 JDBC Catalog 功能依赖 Java 层读取和处理数据,整体性能在一定程度上会受到 JDK 版本的影响,比如一些内部库的实现在老版本 JDK(如 JDK 8)中效率较低,可能会导致资源消耗偏高。如果对性能有更高要求,推荐使用 Doris 3.0 版本,由于默认使用 JDK 17 编译,整体性能更优。
33+
:::
34+
3135
## 适用场景
3236

3337
JDBC Catalog 仅适用于数据集成,如将少量数据从数据源导入到 Doris 中,或对 JDBC 数据源中的小表进行关联查询。JDBC Catalog 无法对数据源进行查询加速,或一次性访问大量数据。

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/database/jdbc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ under the License.
2626

2727
Doris JDBC Catalog 支持通过标准 JDBC 接口连接不同支持 JDBC 协议的数据库。本文档介绍 JDBC Catalog 的通用配置和使用方法。
2828

29+
:::info 备注
30+
Doris 的 JDBC Catalog 功能依赖 Java 层读取和处理数据,整体性能在一定程度上会受到 JDK 版本的影响,比如一些内部库的实现在老版本 JDK(如 JDK 8)中效率较低,可能会导致资源消耗偏高。如果对性能有更高要求,推荐使用 Doris 3.0 版本,由于默认使用 JDK 17 编译,整体性能更优。
31+
:::
32+
2933
## 支持的数据库
3034

3135
Doris JDBC Catalog 支持连接以下数据库:

versioned_docs/version-2.1/lakehouse/database/jdbc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ under the License.
2626

2727
Doris JDBC Catalog supports connecting to different databases that support the JDBC protocol through the standard JDBC interface. This document introduces the general configuration and usage of JDBC Catalog.
2828

29+
:::info Note
30+
The JDBC Catalog feature in Doris relies on the Java layer to read and process data, and its overall performance can be affected by the JDK version. Some internal libraries in older versions of the JDK (such as JDK 8) are less efficient and may lead to higher resource consumption. If higher performance is required, it is recommended to use Doris 3.0, which is compiled with JDK 17 by default and offers better overall performance.
31+
:::
32+
2933
## Supported databases
3034

3135
Doris JDBC Catalog supports connecting to the following databases:

0 commit comments

Comments
 (0)