This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 e702a5d4065 [doc](system-table)add doc for backend_configuration
(#2419)
e702a5d4065 is described below
commit e702a5d4065f276496682df0c780499268f063e9
Author: koarz <[email protected]>
AuthorDate: Fri Jun 20 16:39:26 2025 +0800
[doc](system-table)add doc for backend_configuration (#2419)
## Versions
https://github.com/apache/doris/pull/51024
- [x] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../information_schema/backend_configuration.md | 45 ++++++++++++++++++++++
.../information_schema/backend_configuration.md | 45 ++++++++++++++++++++++
.../information_schema/backend_configuration.md | 45 ++++++++++++++++++++++
sidebars.json | 1 +
.../information_schema/backend_configuration.md | 45 ++++++++++++++++++++++
versioned_sidebars/version-3.0-sidebars.json | 1 +
6 files changed, 182 insertions(+)
diff --git
a/docs/admin-manual/system-tables/information_schema/backend_configuration.md
b/docs/admin-manual/system-tables/information_schema/backend_configuration.md
new file mode 100644
index 00000000000..a9df8f97693
--- /dev/null
+++
b/docs/admin-manual/system-tables/information_schema/backend_configuration.md
@@ -0,0 +1,45 @@
+---
+{
+ "title": "backend_configuration",
+ "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## Overview
+
+View the configurations on Backends.
+
+## Database
+
+
+`information_schema`
+
+
+## Table Information
+
+| Column Name | Type | Description |
+| ------------ | ------------ | --------------------- |
+| BE_ID | bigint | The ID of the Backend |
+| CONFIG_NAME | varchar(256) | The config name |
+| CONFIG_TYPE | varchar(256) | The config data type |
+| CONFIG_VALUE | bigint | The config value |
+| IS_MUTABLE | bool | The config is mutable |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_configuration.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_configuration.md
new file mode 100644
index 00000000000..43636ca6271
--- /dev/null
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/backend_configuration.md
@@ -0,0 +1,45 @@
+---
+{
+ "title": "backend_configuration",
+ "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## 概述
+
+查看所有 Backend 的配置。
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名 | 类型 | 说明 |
+| ------------ | ------------ | --------------- |
+| BE_ID | bigint | Be 的 ID |
+| CONFIG_NAME | varchar(256) | Config 的名称 |
+| CONFIG_TYPE | varchar(256) | Config 的数据类型 |
+| CONFIG_VALUE | bigint | Config 的值 |
+| IS_MUTABLE | bool | Config 是否可变 |
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
new file mode 100644
index 00000000000..43636ca6271
--- /dev/null
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
@@ -0,0 +1,45 @@
+---
+{
+ "title": "backend_configuration",
+ "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## 概述
+
+查看所有 Backend 的配置。
+
+## 所属数据库
+
+
+`information_schema`
+
+
+## 表信息
+
+| 列名 | 类型 | 说明 |
+| ------------ | ------------ | --------------- |
+| BE_ID | bigint | Be 的 ID |
+| CONFIG_NAME | varchar(256) | Config 的名称 |
+| CONFIG_TYPE | varchar(256) | Config 的数据类型 |
+| CONFIG_VALUE | bigint | Config 的值 |
+| IS_MUTABLE | bool | Config 是否可变 |
\ No newline at end of file
diff --git a/sidebars.json b/sidebars.json
index 96aa2d6d59d..97fd42624e4 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -671,6 +671,7 @@
"items": [
"admin-manual/system-tables/information_schema/active_queries",
"admin-manual/system-tables/information_schema/backend_active_tasks",
+
"admin-manual/system-tables/information_schema/backend_configuration",
"admin-manual/system-tables/information_schema/catalog_meta_cache_statistics",
"admin-manual/system-tables/information_schema/character_sets",
"admin-manual/system-tables/information_schema/collations",
diff --git
a/versioned_docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
b/versioned_docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
new file mode 100644
index 00000000000..a9df8f97693
--- /dev/null
+++
b/versioned_docs/version-3.0/admin-manual/system-tables/information_schema/backend_configuration.md
@@ -0,0 +1,45 @@
+---
+{
+ "title": "backend_configuration",
+ "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## Overview
+
+View the configurations on Backends.
+
+## Database
+
+
+`information_schema`
+
+
+## Table Information
+
+| Column Name | Type | Description |
+| ------------ | ------------ | --------------------- |
+| BE_ID | bigint | The ID of the Backend |
+| CONFIG_NAME | varchar(256) | The config name |
+| CONFIG_TYPE | varchar(256) | The config data type |
+| CONFIG_VALUE | bigint | The config value |
+| IS_MUTABLE | bool | The config is mutable |
diff --git a/versioned_sidebars/version-3.0-sidebars.json
b/versioned_sidebars/version-3.0-sidebars.json
index d85df09e0f0..42e0d163b96 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -627,6 +627,7 @@
"items": [
"admin-manual/system-tables/information_schema/active_queries",
"admin-manual/system-tables/information_schema/backend_active_tasks",
+
"admin-manual/system-tables/information_schema/backend_configuration",
"admin-manual/system-tables/information_schema/catalog_meta_cache_statistics",
"admin-manual/system-tables/information_schema/character_sets",
"admin-manual/system-tables/information_schema/collations",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]