This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new be6ed2b6bb9 [fix] misspelling of metadata cache doc (#986)
be6ed2b6bb9 is described below
commit be6ed2b6bb944c701a79eabb02441c9fc143e3ec
Author: Mingyu Chen <[email protected]>
AuthorDate: Sun Aug 11 23:48:48 2024 +0800
[fix] misspelling of metadata cache doc (#986)
---
docs/lakehouse/metacache.md | 6 +++---
.../docusaurus-plugin-content-docs/current/lakehouse/metacache.md | 4 ++--
.../version-2.1/lakehouse/metacache.md | 4 ++--
.../version-3.0/lakehouse/metacache.md | 4 ++--
versioned_docs/version-2.1/lakehouse/metacache.md | 6 +++---
versioned_docs/version-3.0/lakehouse/metacache.md | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/lakehouse/metacache.md b/docs/lakehouse/metacache.md
index ae8d09a4d30..190e2d0ce27 100644
--- a/docs/lakehouse/metacache.md
+++ b/docs/lakehouse/metacache.md
@@ -86,11 +86,11 @@ Each Catalog has a database name list cache, and each
database has a table name
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. The unit is minutes, with a
default of 10 minutes. Reducing this time allows for more real-time viewing of
the latest name lists in Doris but increases the frequency of accessing
external data sources.
-### Library and Table Objects
+### Database and Table Objects
Cache individual library and table objects. Any access operations on libraries
or tables, such as queries, writes, etc., will retrieve the corresponding
objects from this cache.
-Note that the list of objects in this cache may be inconsistent with the cache
of [Library and Table Names](#) .
+Note that the list of objects in this cache may be inconsistent with the cache
of **Database and Table Name Lists** Cache .
For example, by using the `SHOW TABLES` command, you can retrieve tables `A`,
`B`, `C` from the name list cache. Suppose an external data source adds table
`D` at this time, then `SELECT * FROM D` can access table `D`, and the cache of
table objects will add the object of table `D`, but the cache of table names
may still be `A`, `B`, `C`. Only when the cache of table names is refreshed, it
will become `A`, `B`, `C`, `D`.
@@ -228,7 +228,7 @@ Each Iceberg Catalog has this cache.
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. Unit is in minutes. Default
is 10 minutes. Decreasing this time allows for more real-time access to the
latest Iceberg table properties in Doris, but will increase the frequency of
accessing external data sources.
-### Iceberg Table Snapshot Cache
+### Iceberg Table Snapshot
Used to cache the Snapshot list of Iceberg tables. These objects are loaded
and constructed through the Iceberg API.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metacache.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metacache.md
index a57447c4def..c2b36f8d559 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metacache.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metacache.md
@@ -91,7 +91,7 @@ under the License.
缓存单独的库和表对象。任何对库、表的访问操作,如查询、写入等,都会从这个缓存中获取对应的对象。
-注意,该缓存中的对象所组成的列表,可能与【库、表名称列表】缓存中的不一致。
+注意,该缓存中的对象所组成的列表,可能与**库、表名称列表**缓存中的不一致。
比如通过 `SHOW TABLES` 命令,从名称列表缓存中获取到 `A`、`B`、`C` 三个表。假设此时外部数据源增加了表 `D`,那么 `SELECT
* FROM D` 可以访问到表 `D`,同时【表对象】缓存里会增加表 `D` 对象,但【表名称列表】缓存中可能依然是
`A`、`B`、`C`。只有当【表名称列表】缓存刷新后,才会变成 `A`、`B`、`C`、`D`。
@@ -229,7 +229,7 @@ under the License.
由 FE 配置项 `external_cache_expire_time_minutes_after_access` 控制。单位为分钟。默认
10 分钟。减少该时间,可以更实时的在 Doris 中访问到最新的 Iceberg 表属性,但会增加访问外部数据源的频率。
-### Iceberg 表 Snapshot 缓存
+### Iceberg 表 Snapshot
用于缓存 Iceberg 表的 Snapshot 列表。该对象通过 Iceberg API 加载并构建。
该缓存,每个 Iceberg Catalog 有一个。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metacache.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metacache.md
index a57447c4def..c2b36f8d559 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metacache.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metacache.md
@@ -91,7 +91,7 @@ under the License.
缓存单独的库和表对象。任何对库、表的访问操作,如查询、写入等,都会从这个缓存中获取对应的对象。
-注意,该缓存中的对象所组成的列表,可能与【库、表名称列表】缓存中的不一致。
+注意,该缓存中的对象所组成的列表,可能与**库、表名称列表**缓存中的不一致。
比如通过 `SHOW TABLES` 命令,从名称列表缓存中获取到 `A`、`B`、`C` 三个表。假设此时外部数据源增加了表 `D`,那么 `SELECT
* FROM D` 可以访问到表 `D`,同时【表对象】缓存里会增加表 `D` 对象,但【表名称列表】缓存中可能依然是
`A`、`B`、`C`。只有当【表名称列表】缓存刷新后,才会变成 `A`、`B`、`C`、`D`。
@@ -229,7 +229,7 @@ under the License.
由 FE 配置项 `external_cache_expire_time_minutes_after_access` 控制。单位为分钟。默认
10 分钟。减少该时间,可以更实时的在 Doris 中访问到最新的 Iceberg 表属性,但会增加访问外部数据源的频率。
-### Iceberg 表 Snapshot 缓存
+### Iceberg 表 Snapshot
用于缓存 Iceberg 表的 Snapshot 列表。该对象通过 Iceberg API 加载并构建。
该缓存,每个 Iceberg Catalog 有一个。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metacache.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metacache.md
index a57447c4def..c2b36f8d559 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metacache.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metacache.md
@@ -91,7 +91,7 @@ under the License.
缓存单独的库和表对象。任何对库、表的访问操作,如查询、写入等,都会从这个缓存中获取对应的对象。
-注意,该缓存中的对象所组成的列表,可能与【库、表名称列表】缓存中的不一致。
+注意,该缓存中的对象所组成的列表,可能与**库、表名称列表**缓存中的不一致。
比如通过 `SHOW TABLES` 命令,从名称列表缓存中获取到 `A`、`B`、`C` 三个表。假设此时外部数据源增加了表 `D`,那么 `SELECT
* FROM D` 可以访问到表 `D`,同时【表对象】缓存里会增加表 `D` 对象,但【表名称列表】缓存中可能依然是
`A`、`B`、`C`。只有当【表名称列表】缓存刷新后,才会变成 `A`、`B`、`C`、`D`。
@@ -229,7 +229,7 @@ under the License.
由 FE 配置项 `external_cache_expire_time_minutes_after_access` 控制。单位为分钟。默认
10 分钟。减少该时间,可以更实时的在 Doris 中访问到最新的 Iceberg 表属性,但会增加访问外部数据源的频率。
-### Iceberg 表 Snapshot 缓存
+### Iceberg 表 Snapshot
用于缓存 Iceberg 表的 Snapshot 列表。该对象通过 Iceberg API 加载并构建。
该缓存,每个 Iceberg Catalog 有一个。
diff --git a/versioned_docs/version-2.1/lakehouse/metacache.md
b/versioned_docs/version-2.1/lakehouse/metacache.md
index ae8d09a4d30..190e2d0ce27 100644
--- a/versioned_docs/version-2.1/lakehouse/metacache.md
+++ b/versioned_docs/version-2.1/lakehouse/metacache.md
@@ -86,11 +86,11 @@ Each Catalog has a database name list cache, and each
database has a table name
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. The unit is minutes, with a
default of 10 minutes. Reducing this time allows for more real-time viewing of
the latest name lists in Doris but increases the frequency of accessing
external data sources.
-### Library and Table Objects
+### Database and Table Objects
Cache individual library and table objects. Any access operations on libraries
or tables, such as queries, writes, etc., will retrieve the corresponding
objects from this cache.
-Note that the list of objects in this cache may be inconsistent with the cache
of [Library and Table Names](#) .
+Note that the list of objects in this cache may be inconsistent with the cache
of **Database and Table Name Lists** Cache .
For example, by using the `SHOW TABLES` command, you can retrieve tables `A`,
`B`, `C` from the name list cache. Suppose an external data source adds table
`D` at this time, then `SELECT * FROM D` can access table `D`, and the cache of
table objects will add the object of table `D`, but the cache of table names
may still be `A`, `B`, `C`. Only when the cache of table names is refreshed, it
will become `A`, `B`, `C`, `D`.
@@ -228,7 +228,7 @@ Each Iceberg Catalog has this cache.
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. Unit is in minutes. Default
is 10 minutes. Decreasing this time allows for more real-time access to the
latest Iceberg table properties in Doris, but will increase the frequency of
accessing external data sources.
-### Iceberg Table Snapshot Cache
+### Iceberg Table Snapshot
Used to cache the Snapshot list of Iceberg tables. These objects are loaded
and constructed through the Iceberg API.
diff --git a/versioned_docs/version-3.0/lakehouse/metacache.md
b/versioned_docs/version-3.0/lakehouse/metacache.md
index ae8d09a4d30..190e2d0ce27 100644
--- a/versioned_docs/version-3.0/lakehouse/metacache.md
+++ b/versioned_docs/version-3.0/lakehouse/metacache.md
@@ -86,11 +86,11 @@ Each Catalog has a database name list cache, and each
database has a table name
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. The unit is minutes, with a
default of 10 minutes. Reducing this time allows for more real-time viewing of
the latest name lists in Doris but increases the frequency of accessing
external data sources.
-### Library and Table Objects
+### Database and Table Objects
Cache individual library and table objects. Any access operations on libraries
or tables, such as queries, writes, etc., will retrieve the corresponding
objects from this cache.
-Note that the list of objects in this cache may be inconsistent with the cache
of [Library and Table Names](#) .
+Note that the list of objects in this cache may be inconsistent with the cache
of **Database and Table Name Lists** Cache .
For example, by using the `SHOW TABLES` command, you can retrieve tables `A`,
`B`, `C` from the name list cache. Suppose an external data source adds table
`D` at this time, then `SELECT * FROM D` can access table `D`, and the cache of
table objects will add the object of table `D`, but the cache of table names
may still be `A`, `B`, `C`. Only when the cache of table names is refreshed, it
will become `A`, `B`, `C`, `D`.
@@ -228,7 +228,7 @@ Each Iceberg Catalog has this cache.
Controlled by the FE configuration item
`external_cache_expire_time_minutes_after_access`. Unit is in minutes. Default
is 10 minutes. Decreasing this time allows for more real-time access to the
latest Iceberg table properties in Doris, but will increase the frequency of
accessing external data sources.
-### Iceberg Table Snapshot Cache
+### Iceberg Table Snapshot
Used to cache the Snapshot list of Iceberg tables. These objects are loaded
and constructed through the Iceberg API.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]