This is an automated email from the ASF dual-hosted git repository.

terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e4fd5c77847 Update CDC streaming and configuration documentation 
(#38977)
e4fd5c77847 is described below

commit e4fd5c7784780b56bc8d3ead10436d94662ee326
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jul 2 02:00:43 2026 +0800

    Update CDC streaming and configuration documentation (#38977)
    
    * Update CDC streaming and configuration documentation
    
    - Add CDC Streaming DistSQL syntax reference pages
    - Correct metadata identifier case sensitivity values and defaults
    - Document agent plugin enablement in common properties
    - Update database compatibility for Firebird and openGauss protocols
    
    * Update CDC streaming and configuration documentation
    
    - Add CDC Streaming DistSQL syntax reference pages
    - Correct metadata identifier case sensitivity values and defaults
    - Document agent plugin enablement in common properties
    - Update database compatibility for Firebird and openGauss protocols
---
 .../reference/db-compatibility/_index.cn.md        |  6 +-
 .../reference/db-compatibility/_index.en.md        |  4 +-
 .../content/user-manual/common-config/props.cn.md  |  3 +-
 .../content/user-manual/common-config/props.en.md  |  3 +-
 .../shardingsphere-proxy/cdc/build.cn.md           |  3 +
 .../shardingsphere-proxy/cdc/build.en.md           |  3 +
 .../shardingsphere-proxy/cdc/usage.cn.md           |  6 +-
 .../shardingsphere-proxy/cdc/usage.en.md           |  6 +-
 .../distsql/syntax/ral/show-dist-variable.cn.md    |  2 +-
 .../distsql/syntax/ral/show-dist-variable.en.md    |  2 +-
 .../distsql/syntax/ral/streaming/_index.cn.md      |  8 +++
 .../distsql/syntax/ral/streaming/_index.en.md      |  8 +++
 .../ral/streaming/alter-streaming-rule.cn.md       | 81 ++++++++++++++++++++++
 .../ral/streaming/alter-streaming-rule.en.md       | 80 +++++++++++++++++++++
 .../syntax/ral/streaming/drop-streaming.cn.md      | 52 ++++++++++++++
 .../syntax/ral/streaming/drop-streaming.en.md      | 51 ++++++++++++++
 .../syntax/ral/streaming/show-streaming-list.cn.md | 59 ++++++++++++++++
 .../syntax/ral/streaming/show-streaming-list.en.md | 58 ++++++++++++++++
 .../syntax/ral/streaming/show-streaming-rule.cn.md | 57 +++++++++++++++
 .../syntax/ral/streaming/show-streaming-rule.en.md | 56 +++++++++++++++
 .../ral/streaming/show-streaming-status.cn.md      | 71 +++++++++++++++++++
 .../ral/streaming/show-streaming-status.en.md      | 70 +++++++++++++++++++
 .../distsql/syntax/reserved-word.cn.md             |  4 +-
 .../distsql/syntax/reserved-word.en.md             |  4 +-
 .../shardingsphere-proxy/yaml-config/props.cn.md   |  2 +-
 .../shardingsphere-proxy/yaml-config/props.en.md   |  2 +-
 26 files changed, 684 insertions(+), 17 deletions(-)

diff --git a/docs/document/content/reference/db-compatibility/_index.cn.md 
b/docs/document/content/reference/db-compatibility/_index.cn.md
index f4112d7fc51..e20d66bac53 100644
--- a/docs/document/content/reference/db-compatibility/_index.cn.md
+++ b/docs/document/content/reference/db-compatibility/_index.cn.md
@@ -10,14 +10,14 @@ weight = 1
 
 SQL 是使用者与数据库交流的标准语言。 SQL 解析引擎负责将 SQL 字符串解析为抽象语法树,供 Apache ShardingSphere 
理解并实现其增量功能。
 
-ShardingSphere 目前支持 MySQL, PostgreSQL, SQLServer, Oracle, openGauss, 
ClickHouse, Doris, Hive, Presto 以及符合 SQL92 规范的 SQL 方言。 由于 SQL 
语法的复杂性,目前仍然存在少量不支持的 SQL。
+ShardingSphere 目前支持 MySQL, PostgreSQL, SQLServer, Oracle, openGauss, 
ClickHouse, Doris, Hive, Presto, Firebird 以及符合 SQL92 规范的 SQL 方言。 由于 SQL 
语法的复杂性,目前仍然存在少量不支持的 SQL。
 
 - 数据库协议兼容
 
-Apache ShardingSphere 目前根据不同的数据协议,实现了 MySQL 和 PostgreSQL 协议。
+Apache ShardingSphere 目前根据不同的数据协议,实现了 MySQL、PostgreSQL、openGauss 和 Firebird 协议。
 
 - 特性支持
 
 Apache ShardingSphere 为数据库提供了分布式协作的能力,同时将一部分数据库特性抽象到了上层,进行统一管理,以降低用户的使用难度。
 
-因此,对于统一提供的特性,原生的 SQL 将不再下发到数据库,并提示该操作不被支持,用户可使用 ShardingSphere 提供的的方式进行代替。
\ No newline at end of file
+因此,对于统一提供的特性,原生的 SQL 将不再下发到数据库,并提示该操作不被支持,用户可使用 ShardingSphere 提供的的方式进行代替。
diff --git a/docs/document/content/reference/db-compatibility/_index.en.md 
b/docs/document/content/reference/db-compatibility/_index.en.md
index f0e0c896d4d..27247f8d7ca 100644
--- a/docs/document/content/reference/db-compatibility/_index.en.md
+++ b/docs/document/content/reference/db-compatibility/_index.en.md
@@ -9,11 +9,11 @@ weight = 1
 - SQL compatibility
 
 SQL is the standard language for users to communicate with databases. The SQL 
parsing engine is responsible for parsing SQL strings into abstract syntax 
trees so that Apache ShardingSphere can understand and implement its 
incremental function.
-ShardingSphere currently supports MySQL, PostgreSQL, SQLServer, Oracle, 
openGauss, ClickHouse, Doris, Hive, Presto and SQL dialects conforming to the 
SQL92 standard. Due to the complexity of SQL syntax, a few SQL are not 
supported for now.
+ShardingSphere currently supports MySQL, PostgreSQL, SQLServer, Oracle, 
openGauss, ClickHouse, Doris, Hive, Presto, Firebird and SQL dialects 
conforming to the SQL92 standard. Due to the complexity of SQL syntax, a few 
SQL are not supported for now.
 
 - Database protocol compatibility
 
-Apache ShardingSphere currently implements MySQL and PostgreSQL protocols 
according to different data protocols.
+Apache ShardingSphere currently implements MySQL, PostgreSQL, openGauss and 
Firebird protocols according to different data protocols.
 
 - Supported features
 
diff --git a/docs/document/content/user-manual/common-config/props.cn.md 
b/docs/document/content/user-manual/common-config/props.cn.md
index 6fa847c6d24..ed71b46deab 100644
--- a/docs/document/content/user-manual/common-config/props.cn.md
+++ b/docs/document/content/user-manual/common-config/props.cn.md
@@ -19,7 +19,8 @@ Apache ShardingSphere 提供属性配置来设置系统级行为。
 | max-union-size-per-datasource (?)                   | int     | 每个数据源允许合并的最大 
UNION ALL 数量。当路由到同一数据源的路由单元数量超过此值时,将分批合并以恢复并行执行能力。                              
        | Integer.MAX_VALUE |
 | check-table-metadata-enabled (?)                    | boolean | 
应用启动或元数据更新时,是否校验表元数据一致性。                                                        
                                            | false           |
 | load-table-metadata-batch-size (?)                  | int     | 
应用启动或刷新表元数据时,单个批次加载表元数据的数量。                                                     
                                            | 1000            |
-| metadata-identifier-case-sensitivity (?)            | String  | 
元数据标识符大小写敏感策略。可选值为 `AUTO`、`SENSITIVE` 和 `INSENSITIVE`。                          
                                            | AUTO            |
+| agent-plugins-enabled (?)                           | boolean | 是否启用 Agent 
插件。                                                                             
                                | true            |
+| metadata-identifier-case-sensitivity (?)            | String  | 
元数据标识符大小写敏感策略。可选值为 `DATABASE` 和 `INSENSITIVE`。`DATABASE` 表示使用数据库特定的标识符规则。       
                                     | DATABASE        |
 | groovy-inline-expression-parsing-cache-max-size (?) | long    | Groovy 
行表达式解析缓存的最大容量。                                                                  
                                    | 1000            |
 
 ## 操作步骤
diff --git a/docs/document/content/user-manual/common-config/props.en.md 
b/docs/document/content/user-manual/common-config/props.en.md
index 182128ef01f..ccd4b99718c 100644
--- a/docs/document/content/user-manual/common-config/props.en.md
+++ b/docs/document/content/user-manual/common-config/props.en.md
@@ -19,7 +19,8 @@ Apache ShardingSphere provides properties to configure 
system-level behavior.
 | max-union-size-per-datasource (?)                   | int         | Maximum 
UNION ALL size per data source for aggregate rewrite. When route units for one 
data source exceed this value, they are split into batches to restore parallel 
execution capability.                                          | 
Integer.MAX_VALUE |
 | check-table-metadata-enabled (?)                    | boolean     | Whether 
to validate table metadata consistency when the application starts or metadata 
is updated.                                                                     
                                                                | false         
    |
 | load-table-metadata-batch-size (?)                  | int         | Number 
of table metadata entries loaded per batch when the application starts or 
refreshes table metadata.                                                       
                                                                      | 1000    
          |
-| metadata-identifier-case-sensitivity (?)            | String      | Metadata 
identifier case sensitivity. Available values are `AUTO`, `SENSITIVE`, and 
`INSENSITIVE`.                                                                  
                                                                  | AUTO        
      |
+| agent-plugins-enabled (?)                           | boolean     | Whether 
to enable Agent plugins.                                                        
                                                                                
                                                              | true            
  |
+| metadata-identifier-case-sensitivity (?)            | String      | Metadata 
identifier case sensitivity. Available values are `DATABASE` and `INSENSITIVE`. 
`DATABASE` uses the database-specific identifier rule.                          
                                                              | DATABASE        
  |
 | groovy-inline-expression-parsing-cache-max-size (?) | long        | Maximum 
size of the Groovy inline expression parsing cache.                             
                                                                                
                                                              | 1000            
  |
 
 ## Procedure
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
index bc15a1e7724..3cfa0caa80e 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.cn.md
@@ -81,6 +81,9 @@ sh bin/start.sh
 
 6. 按需配置 CDC 任务同步配置
 
+完整 DistSQL 语法请参考 [SHOW STREAMING 
RULE](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule/)
+和 [ALTER STREAMING 
RULE](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule/)。
+
 6.1. 查询配置。
 
 ```sql
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
index a3720ba17ab..2c3a723cef1 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/build.en.md
@@ -81,6 +81,9 @@ The startup will have been successful.
 
 6. Configure CDC on demand.
 
+For complete DistSQL syntax, refer to [SHOW STREAMING 
RULE](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule/)
+and [ALTER STREAMING 
RULE](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule/).
+
 6.1. Query configuration.
 
 ```sql
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.cn.md
index 699ec0e4f7f..204e5be10f5 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.cn.md
@@ -230,6 +230,10 @@ Bootstrap 会输出类似的日志
 
 CDC 任务的启动和停止目前只能通过 CDC Client 控制,可以通过在 proxy 中执行 DistSQL 查看 CDC 任务状态
 
+完整 DistSQL 语法请参考 [SHOW STREAMING 
LIST](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)、
+[SHOW STREAMING 
STATUS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status/)
+和 [DROP 
STREAMING](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming/)。
+
 1. 查看 CDC 任务列表
 
 SHOW STREAMING LIST;
@@ -263,7 +267,7 @@ sharding_db=> SHOW STREAMING STATUS 
j0302p0000702a83116fcee83f70419ca5e2993791;
 
 DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
 
-只有当 CDC 任务没有订阅的时候才可以删除,此时也会删除 openGauss 物理库上的 replication slots
+CDC 任务删除后,也会删除 openGauss 物理库上的 replication slots
 
 ```
 sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.en.md
index 3bff21c57b8..0a8084f9f0d 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/cdc/usage.en.md
@@ -230,6 +230,10 @@ Bootstrap will output a similar log.
 
 The start and stop of the CDC task can only be controlled by the CDC Client. 
You can view the status of the CDC task by executing DistSQL in the proxy
 
+For complete DistSQL syntax, refer to [SHOW STREAMING 
LIST](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/),
+[SHOW STREAMING 
STATUS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status/)
+and [DROP 
STREAMING](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming/).
+
 1. View the CDC task list
 
 SHOW STREAMING LIST;
@@ -263,7 +267,7 @@ sharding_db=> SHOW STREAMING STATUS 
j0302p0000702a83116fcee83f70419ca5e2993791;
 
 DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
 
-The CDC task can only be deleted when there are no subscriptions. At this 
time, the replication slots on the openGauss physical database will also be 
deleted.
+After the CDC task is deleted, the replication slots on the openGauss physical 
database will also be deleted.
 
 ```
 sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.cn.md
index b3e4871c556..833ea3fc1b9 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.cn.md
@@ -60,7 +60,7 @@ mysql> SHOW DIST VARIABLES;
 | load_table_metadata_batch_size                        | 1000            |
 | max_connections_size_per_query                        | 1               |
 | max_union_size_per_datasource                         | 2147483647      |
-| metadata_identifier_case_sensitivity                  | AUTO            |
+| metadata_identifier_case_sensitivity                  | DATABASE        |
 | proxy_backend_query_fetch_size                        | -1              |
 | proxy_default_port                                    | 3307            |
 | proxy_frontend_connection_idle_timeout                | 28800           |
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.en.md
index 75327b7a5f4..8720b01907f 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-dist-variable.en.md
@@ -60,7 +60,7 @@ mysql> SHOW DIST VARIABLES;
 | load_table_metadata_batch_size                        | 1000            |
 | max_connections_size_per_query                        | 1               |
 | max_union_size_per_datasource                         | 2147483647      |
-| metadata_identifier_case_sensitivity                  | AUTO            |
+| metadata_identifier_case_sensitivity                  | DATABASE        |
 | proxy_backend_query_fetch_size                        | -1              |
 | proxy_default_port                                    | 3307            |
 | proxy_frontend_connection_idle_timeout                | 28800           |
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.cn.md
new file mode 100644
index 00000000000..17e00aaa5b9
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.cn.md
@@ -0,0 +1,8 @@
++++
+title = "STREAMING"
+weight = 5
+chapter = true
+
++++
+
+本章节介绍 CDC Streaming 语法。
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.en.md
new file mode 100644
index 00000000000..2c8db1036ab
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/_index.en.md
@@ -0,0 +1,8 @@
++++
+title = "STREAMING"
+weight = 5
+chapter = true
+
++++
+
+This chapter describes the CDC streaming syntax.
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.cn.md
new file mode 100644
index 00000000000..9eedc7af175
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.cn.md
@@ -0,0 +1,81 @@
++++
+title = "ALTER STREAMING RULE"
+weight = 2
+
++++
+
+### 描述
+
+`ALTER STREAMING RULE` 语法用于修改 CDC Streaming 规则。
+
+### 语法
+
+{{< tabs >}}
+{{% tab name="语法" %}}
+```sql
+AlterStreamingRule ::=
+  'ALTER' 'STREAMING' 'RULE' '(' readConfiguration? (','? writeConfiguration)? 
(','? streamChannel)? ')'
+
+readConfiguration ::=
+  'READ' '(' workerThread? (','? batchSize)? (','? shardingSize)? (','? 
rateLimiter)? ')'
+
+writeConfiguration ::=
+  'WRITE' '(' workerThread? (','? batchSize)? (','? rateLimiter)? ')'
+
+streamChannel ::=
+  'STREAM_CHANNEL' '(' algorithmDefinition ')'
+
+workerThread ::=
+  'WORKER_THREAD' '=' int
+
+batchSize ::=
+  'BATCH_SIZE' '=' int
+
+shardingSize ::=
+  'SHARDING_SIZE' '=' int
+
+rateLimiter ::=
+  'RATE_LIMITER' '(' algorithmDefinition ')'
+
+algorithmName ::=
+  string
+
+algorithmDefinition ::=
+  'TYPE' '(' 'NAME' '=' algorithmName (',' propertiesDefinition)? ')'
+
+propertiesDefinition ::=
+  'PROPERTIES' '(' (key '=' value (',' key '=' value)*)? ')'
+
+key ::=
+  string
+
+value ::=
+  literal
+```
+{{% /tab %}}
+{{% tab name="铁路图" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### 补充说明
+
+- CDC Streaming 规则具有默认值,无需创建。
+
+### 示例
+
+```sql
+ALTER STREAMING RULE (
+  READ(WORKER_THREAD=20, BATCH_SIZE=1000, SHARDING_SIZE=10000000, RATE_LIMITER 
(TYPE(NAME='QPS', PROPERTIES('qps'='500')))),
+  WRITE(WORKER_THREAD=20, BATCH_SIZE=1000, RATE_LIMITER (TYPE(NAME='TPS', 
PROPERTIES('tps'='2000')))),
+  STREAM_CHANNEL (TYPE(NAME='MEMORY', PROPERTIES('block-queue-size'='2000')))
+);
+```
+
+### 保留字
+
+`ALTER`、`STREAMING`、`RULE`、`READ`、`WRITE`、`WORKER_THREAD`、`BATCH_SIZE`、`SHARDING_SIZE`、`RATE_LIMITER`、`STREAM_CHANNEL`、`TYPE`、`NAME`、`PROPERTIES`
+
+### 相关链接
+
+- [保留字](/cn/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.en.md
new file mode 100644
index 00000000000..71faaf393a1
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/alter-streaming-rule.en.md
@@ -0,0 +1,80 @@
++++
+title = "ALTER STREAMING RULE"
+weight = 2
++++
+
+### Description
+
+The `ALTER STREAMING RULE` syntax is used to alter the CDC streaming rule.
+
+### Syntax
+
+{{< tabs >}}
+{{% tab name="Grammar" %}}
+```sql
+AlterStreamingRule ::=
+  'ALTER' 'STREAMING' 'RULE' '(' readConfiguration? (','? writeConfiguration)? 
(','? streamChannel)? ')'
+
+readConfiguration ::=
+  'READ' '(' workerThread? (','? batchSize)? (','? shardingSize)? (','? 
rateLimiter)? ')'
+
+writeConfiguration ::=
+  'WRITE' '(' workerThread? (','? batchSize)? (','? rateLimiter)? ')'
+
+streamChannel ::=
+  'STREAM_CHANNEL' '(' algorithmDefinition ')'
+
+workerThread ::=
+  'WORKER_THREAD' '=' int
+
+batchSize ::=
+  'BATCH_SIZE' '=' int
+
+shardingSize ::=
+  'SHARDING_SIZE' '=' int
+
+rateLimiter ::=
+  'RATE_LIMITER' '(' algorithmDefinition ')'
+
+algorithmName ::=
+  string
+
+algorithmDefinition ::=
+  'TYPE' '(' 'NAME' '=' algorithmName (',' propertiesDefinition)? ')'
+
+propertiesDefinition ::=
+  'PROPERTIES' '(' (key '=' value (',' key '=' value)*)? ')'
+
+key ::=
+  string
+
+value ::=
+  literal
+```
+{{% /tab %}}
+{{% tab name="Railroad diagram" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### Supplement
+
+- The CDC streaming rule has default values and does not need to be created.
+
+### Example
+
+```sql
+ALTER STREAMING RULE (
+  READ(WORKER_THREAD=20, BATCH_SIZE=1000, SHARDING_SIZE=10000000, RATE_LIMITER 
(TYPE(NAME='QPS', PROPERTIES('qps'='500')))),
+  WRITE(WORKER_THREAD=20, BATCH_SIZE=1000, RATE_LIMITER (TYPE(NAME='TPS', 
PROPERTIES('tps'='2000')))),
+  STREAM_CHANNEL (TYPE(NAME='MEMORY', PROPERTIES('block-queue-size'='2000')))
+);
+```
+
+### Reserved word
+
+`ALTER`, `STREAMING`, `RULE`, `READ`, `WRITE`, `WORKER_THREAD`, `BATCH_SIZE`, 
`SHARDING_SIZE`, `RATE_LIMITER`, `STREAM_CHANNEL`, `TYPE`, `NAME`, `PROPERTIES`
+
+### Related links
+
+- [Reserved 
word](/en/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.cn.md
new file mode 100644
index 00000000000..b5b3bc0d0cc
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.cn.md
@@ -0,0 +1,52 @@
++++
+title = "DROP STREAMING"
+weight = 5
+
++++
+
+### 描述
+
+`DROP STREAMING` 语法用于删除指定 CDC Streaming 作业。
+
+### 语法
+
+{{< tabs >}}
+{{% tab name="语法" %}}
+```sql
+DropStreaming ::=
+  'DROP' 'STREAMING' jobId
+
+jobId ::=
+  integer | identifier | string
+```
+{{% /tab %}}
+{{% tab name="铁路图" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### 补充说明
+
+- `jobId` 需要通过 [SHOW STREAMING 
LIST](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
 语法查询获得。
+
+### 示例
+
+- 删除 CDC Streaming 作业
+
+```sql
+DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
+```
+
+```sql
+sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
+SUCCESS
+```
+
+### 保留字
+
+`DROP`、`STREAMING`
+
+### 相关链接
+
+- [保留字](/cn/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
+- [SHOW STREAMING 
LIST](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.en.md
new file mode 100644
index 00000000000..e4ed26d032e
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/drop-streaming.en.md
@@ -0,0 +1,51 @@
++++
+title = "DROP STREAMING"
+weight = 5
++++
+
+### Description
+
+The `DROP STREAMING` syntax is used to drop a specified CDC streaming job.
+
+### Syntax
+
+{{< tabs >}}
+{{% tab name="Grammar" %}}
+```sql
+DropStreaming ::=
+  'DROP' 'STREAMING' jobId
+
+jobId ::=
+  integer | identifier | string
+```
+{{% /tab %}}
+{{% tab name="Railroad diagram" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### Supplement
+
+- `jobId` needs to be obtained through [SHOW STREAMING 
LIST](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/).
+
+### Example
+
+- Drop CDC streaming job
+
+```sql
+DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
+```
+
+```sql
+sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
+SUCCESS
+```
+
+### Reserved word
+
+`DROP`, `STREAMING`
+
+### Related links
+
+- [Reserved 
word](/en/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
+- [SHOW STREAMING 
LIST](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.cn.md
new file mode 100644
index 00000000000..1bb5f61bb84
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.cn.md
@@ -0,0 +1,59 @@
++++
+title = "SHOW STREAMING LIST"
+weight = 3
+
++++
+
+### 描述
+
+`SHOW STREAMING LIST` 语法用于查询 CDC Streaming 作业列表。
+
+### 语法
+
+{{< tabs >}}
+{{% tab name="语法" %}}
+```sql
+ShowStreamingList ::=
+  'SHOW' 'STREAMING' 'LIST'
+```
+{{% /tab %}}
+{{% tab name="铁路图" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### 返回值说明
+
+| 列              | 说明                  |
+|----------------|---------------------|
+| id             | CDC Streaming 作业 ID |
+| database       | 数据库名称               |
+| tables         | CDC Streaming 表      |
+| job_item_count | CDC Streaming 作业项数量 |
+| active         | 作业是否活跃              |
+| create_time    | 作业创建时间              |
+| stop_time      | 作业停止时间              |
+
+### 示例
+
+- 查询 CDC Streaming 作业列表
+
+```sql
+SHOW STREAMING LIST;
+```
+
+```sql
+sharding_db=> SHOW STREAMING LIST;
+                     id                     |  database   | tables  | 
job_item_count | active |     create_time     | stop_time
+--------------------------------------------+-------------+---------+----------------+--------+---------------------+-----------
+ j0302p0000702a83116fcee83f70419ca5e2993791 | sharding_db | t_order | 1        
      | true   | 2023-10-27 22:01:27 |
+(1 row)
+```
+
+### 保留字
+
+`SHOW`、`STREAMING`、`LIST`
+
+### 相关链接
+
+- [保留字](/cn/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.en.md
new file mode 100644
index 00000000000..ad4fc94e6d6
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list.en.md
@@ -0,0 +1,58 @@
++++
+title = "SHOW STREAMING LIST"
+weight = 3
++++
+
+### Description
+
+The `SHOW STREAMING LIST` syntax is used to query the CDC streaming job list.
+
+### Syntax
+
+{{< tabs >}}
+{{% tab name="Grammar" %}}
+```sql
+ShowStreamingList ::=
+  'SHOW' 'STREAMING' 'LIST'
+```
+{{% /tab %}}
+{{% tab name="Railroad diagram" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### Return Value Description
+
+| Column         | Description                 |
+|----------------|-----------------------------|
+| id             | CDC streaming job id        |
+| database       | database name               |
+| tables         | CDC streaming tables        |
+| job_item_count | CDC streaming job item count |
+| active         | whether the job is active   |
+| create_time    | job create time             |
+| stop_time      | job stop time               |
+
+### Example
+
+- Query CDC streaming job list
+
+```sql
+SHOW STREAMING LIST;
+```
+
+```sql
+sharding_db=> SHOW STREAMING LIST;
+                     id                     |  database   | tables  | 
job_item_count | active |     create_time     | stop_time
+--------------------------------------------+-------------+---------+----------------+--------+---------------------+-----------
+ j0302p0000702a83116fcee83f70419ca5e2993791 | sharding_db | t_order | 1        
      | true   | 2023-10-27 22:01:27 |
+(1 row)
+```
+
+### Reserved word
+
+`SHOW`, `STREAMING`, `LIST`
+
+### Related links
+
+- [Reserved 
word](/en/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.cn.md
new file mode 100644
index 00000000000..2ff473b942e
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.cn.md
@@ -0,0 +1,57 @@
++++
+title = "SHOW STREAMING RULE"
+weight = 1
+
++++
+
+### 描述
+
+`SHOW STREAMING RULE` 语法用于查询 CDC Streaming 规则。
+
+### 语法
+
+{{< tabs >}}
+{{% tab name="语法" %}}
+```sql
+ShowStreamingRule ::=
+  'SHOW' 'STREAMING' 'RULE'
+```
+{{% /tab %}}
+{{% tab name="铁路图" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### 返回值说明
+
+| 列              | 说明     |
+|----------------|--------|
+| read           | 数据读取配置 |
+| write          | 数据写入配置 |
+| stream_channel | 数据通道   |
+
+### 示例
+
+- 查询 CDC Streaming 规则
+
+```sql
+SHOW STREAMING RULE;
+```
+
+```sql
+mysql> SHOW STREAMING RULE;
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+| read                                                         | write         
                       | stream_channel                                        |
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+| {"workerThread":20,"batchSize":1000,"shardingSize":10000000} | 
{"workerThread":20,"batchSize":1000} | 
{"type":"MEMORY","props":{"block-queue-size":"2000"}} |
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+1 row in set (0.01 sec)
+```
+
+### 保留字
+
+`SHOW`、`STREAMING`、`RULE`
+
+### 相关链接
+
+- [保留字](/cn/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.en.md
new file mode 100644
index 00000000000..7d6c1881354
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-rule.en.md
@@ -0,0 +1,56 @@
++++
+title = "SHOW STREAMING RULE"
+weight = 1
++++
+
+### Description
+
+The `SHOW STREAMING RULE` syntax is used to query the CDC streaming rule.
+
+### Syntax
+
+{{< tabs >}}
+{{% tab name="Grammar" %}}
+```sql
+ShowStreamingRule ::=
+  'SHOW' 'STREAMING' 'RULE'
+```
+{{% /tab %}}
+{{% tab name="Railroad diagram" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### Return Value Description
+
+| Column         | Description                |
+|----------------|----------------------------|
+| read           | Data reading configuration |
+| write          | Data writing configuration |
+| stream_channel | Data channel               |
+
+### Example
+
+- Query CDC streaming rule
+
+```sql
+SHOW STREAMING RULE;
+```
+
+```sql
+mysql> SHOW STREAMING RULE;
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+| read                                                         | write         
                       | stream_channel                                        |
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+| {"workerThread":20,"batchSize":1000,"shardingSize":10000000} | 
{"workerThread":20,"batchSize":1000} | 
{"type":"MEMORY","props":{"block-queue-size":"2000"}} |
++--------------------------------------------------------------+--------------------------------------+-------------------------------------------------------+
+1 row in set (0.01 sec)
+```
+
+### Reserved word
+
+`SHOW`, `STREAMING`, `RULE`
+
+### Related links
+
+- [Reserved 
word](/en/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.cn.md
new file mode 100644
index 00000000000..4f5a0a601f9
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.cn.md
@@ -0,0 +1,71 @@
++++
+title = "SHOW STREAMING STATUS"
+weight = 4
+
++++
+
+### 描述
+
+`SHOW STREAMING STATUS` 语法用于查询指定 CDC Streaming 作业状态。
+
+### 语法
+
+{{< tabs >}}
+{{% tab name="语法" %}}
+```sql
+ShowStreamingStatus ::=
+  'SHOW' 'STREAMING' 'STATUS' jobId
+
+jobId ::=
+  integer | identifier | string
+```
+{{% /tab %}}
+{{% tab name="铁路图" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### 补充说明
+
+- `jobId` 需要通过 [SHOW STREAMING 
LIST](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
 语法查询获得。
+
+### 返回值说明
+
+| 列                             | 说明                  |
+|-------------------------------|---------------------|
+| item                          | CDC Streaming 作业项   |
+| data_source                   | 数据源                 |
+| status                        | CDC Streaming 作业状态  |
+| active                        | 作业项是否活跃             |
+| processed_records_count       | 已处理记录数              |
+| inventory_finished_percentage | 存量任务完成百分比           |
+| incremental_idle_seconds      | 增量空闲时间,单位为秒         |
+| confirmed_position            | 已确认的增量位置            |
+| current_position              | 当前增量位置              |
+| error_message                 | 错误信息                |
+
+### 示例
+
+- 查询 CDC Streaming 作业状态
+
+```sql
+SHOW STREAMING STATUS j0302p0000702a83116fcee83f70419ca5e2993791;
+```
+
+```sql
+sharding_db=> SHOW STREAMING STATUS j0302p0000702a83116fcee83f70419ca5e2993791;
+ item | data_source |          status          | active | 
processed_records_count | inventory_finished_percentage | 
incremental_idle_seconds | confirmed_position | current_position | error_message
+------+-------------+--------------------------+--------+-------------------------+-------------------------------+--------------------------+--------------------+------------------+---------------
+ 0    | ds_0        | EXECUTE_INCREMENTAL_TASK | false  | 2                    
   | 100                           | 115                      | 5/597E43D0      
   | 5/597E4810       |
+ 1    | ds_1        | EXECUTE_INCREMENTAL_TASK | false  | 3                    
   | 100                           | 115                      | 5/597E4450      
   | 5/597E4810       |
+(2 rows)
+```
+
+### 保留字
+
+`SHOW`、`STREAMING`、`STATUS`
+
+### 相关链接
+
+- [保留字](/cn/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
+- [SHOW STREAMING 
LIST](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.en.md
new file mode 100644
index 00000000000..de378ea1773
--- /dev/null
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-status.en.md
@@ -0,0 +1,70 @@
++++
+title = "SHOW STREAMING STATUS"
+weight = 4
++++
+
+### Description
+
+The `SHOW STREAMING STATUS` syntax is used to query the status of a specified 
CDC streaming job.
+
+### Syntax
+
+{{< tabs >}}
+{{% tab name="Grammar" %}}
+```sql
+ShowStreamingStatus ::=
+  'SHOW' 'STREAMING' 'STATUS' jobId
+
+jobId ::=
+  integer | identifier | string
+```
+{{% /tab %}}
+{{% tab name="Railroad diagram" %}}
+<iframe frameborder="0" name="diagram" id="diagram" width="100%" 
height="100%"></iframe>
+{{% /tab %}}
+{{< /tabs >}}
+
+### Supplement
+
+- `jobId` needs to be obtained through [SHOW STREAMING 
LIST](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/).
+
+### Return Value Description
+
+| Column                        | Description                       |
+|-------------------------------|-----------------------------------|
+| item                          | CDC streaming job item            |
+| data_source                   | data source                       |
+| status                        | CDC streaming job status          |
+| active                        | whether the job item is active    |
+| processed_records_count       | number of processed records       |
+| inventory_finished_percentage | inventory finished percentage     |
+| incremental_idle_seconds      | incremental idle time in seconds  |
+| confirmed_position            | confirmed incremental position    |
+| current_position              | current incremental position      |
+| error_message                 | error message                     |
+
+### Example
+
+- Query CDC streaming job status
+
+```sql
+SHOW STREAMING STATUS j0302p0000702a83116fcee83f70419ca5e2993791;
+```
+
+```sql
+sharding_db=> SHOW STREAMING STATUS j0302p0000702a83116fcee83f70419ca5e2993791;
+ item | data_source |          status          | active | 
processed_records_count | inventory_finished_percentage | 
incremental_idle_seconds | confirmed_position | current_position | error_message
+------+-------------+--------------------------+--------+-------------------------+-------------------------------+--------------------------+--------------------+------------------+---------------
+ 0    | ds_0        | EXECUTE_INCREMENTAL_TASK | false  | 2                    
   | 100                           | 115                      | 5/597E43D0      
   | 5/597E4810       |
+ 1    | ds_1        | EXECUTE_INCREMENTAL_TASK | false  | 3                    
   | 100                           | 115                      | 5/597E4450      
   | 5/597E4810       |
+(2 rows)
+```
+
+### Reserved word
+
+`SHOW`, `STREAMING`, `STATUS`
+
+### Related links
+
+- [Reserved 
word](/en/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word/)
+- [SHOW STREAMING 
LIST](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/streaming/show-streaming-list/)
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
index 1d0c61db81f..c14416202e3 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
@@ -90,8 +90,8 @@ weight = 5
 
、`STATUS`、`LABEL`、`RELABEL`、`WITH`、`UNLABEL`、`AUTHORITY`、`TRANSACTION`、`SQL_PARSER`、`SQL_TRANSLATOR`、`DEFAULT`、`TYPE`
 
、`NAME`、`PROPERTIES`、`USE_ORIGINAL_SQL_WHEN_TRANSLATING_FAILED`、`PARSE_TREE_CACHE`、`INITIAL_CAPACITY`、`MAXIMUM_SIZE`
 、`CONCURRENCY_LEVEL`、`SQL_STATEMENT_CACHE`、`CREATE`
-、`DATABASE_VALUE`、`TABLE_VALUE`、`CLEAR`、`MIGRATION`、`READ`、`WRITE`、`WORKER_THREAD`、`BATCH_SIZE`、`SHARDING_SIZE`
-、`STREAM_CHANNEL`、`REGISTER`、`URL`、`UNREGISTER`、`UNITS`、`INTO`、`LIST`、`CHECK`、`BY`、`STOP`、`START`、`ROLLBACK`
+、`DATABASE_VALUE`、`TABLE_VALUE`、`CLEAR`、`MIGRATION`、`STREAMING`、`READ`、`WRITE`、`WORKER_THREAD`、`BATCH_SIZE`、`SHARDING_SIZE`
+、`RATE_LIMITER`、`STREAM_CHANNEL`、`REGISTER`、`URL`、`UNREGISTER`、`UNITS`、`INTO`、`LIST`、`CHECK`、`BY`、`STOP`、`START`、`ROLLBACK`
 
、`COMMIT`、`INFO`、`MODE`、`DIST`、`VARIABLE`、`VARIABLES`、`WHERE`、`SET`、`HINT`、`SOURCE`、`ADD`
 
、`SHARDING`、`STORAGE`、`UNIT`、`USER`、`PASSWORD`、`REFRESH`、`METADATA`、`TABLE`、`DATABASE`、`GOVERNANCE`、`CENTER`
 、`EXPORT`、`CONFIGURATION`、`TO`、`FILE`、`IMPORT`、`USED`, `IMPLEMENTATIONS`, 
`OF`, `KEY`, `GENERATE`, `ALGORITHM`
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
index c23197621bb..b7f42e62682 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
@@ -91,8 +91,8 @@ weight = 5
 , `STATUS`, `LABEL`, `RELABEL`, `WITH`, `UNLABEL`, `AUTHORITY`, `TRANSACTION`, 
`SQL_PARSER`, `SQL_TRANSLATOR`, `DEFAULT`, `TYPE`
 , `NAME`, `PROPERTIES`, `USE_ORIGINAL_SQL_WHEN_TRANSLATING_FAILED`, 
`PARSE_TREE_CACHE`, `INITIAL_CAPACITY`, `MAXIMUM_SIZE`
 , `CONCURRENCY_LEVEL`, `SQL_STATEMENT_CACHE`, `CREATE`
-, `DATABASE_VALUE`, `TABLE_VALUE`, `CLEAR`, `MIGRATION`, `READ`, `WRITE`, 
`WORKER_THREAD`, `BATCH_SIZE`
-, `SHARDING_SIZE`, `STREAM_CHANNEL`, `REGISTER`, `URL`, `UNREGISTER`, `UNITS`, 
`INTO`, `LIST`, `CHECK`, `BY`
+, `DATABASE_VALUE`, `TABLE_VALUE`, `CLEAR`, `MIGRATION`, `STREAMING`, `READ`, 
`WRITE`, `WORKER_THREAD`, `BATCH_SIZE`
+, `SHARDING_SIZE`, `RATE_LIMITER`, `STREAM_CHANNEL`, `REGISTER`, `URL`, 
`UNREGISTER`, `UNITS`, `INTO`, `LIST`, `CHECK`, `BY`
 , `STOP`, `START`, `ROLLBACK`, `COMMIT`, `INFO`, `MODE`, `DIST`, `VARIABLE`, 
`VARIABLES`, `WHERE`
 , `SET`, `HINT`, `SOURCE`, `ADD`, `SHARDING`, `STORAGE`, `UNIT`, `USER`, 
`PASSWORD`, `REFRESH`, `METADATA`, `TABLE`
 , `DATABASE`, `GOVERNANCE`, `CENTER`, `EXPORT`, `CONFIGURATION`, `TO`, `FILE`, 
`IMPORT`, `USED`, `IMPLEMENTATIONS`, `OF`
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
index c907925acb2..66fdd6f5600 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
@@ -32,7 +32,7 @@ Apache ShardingSphere 提供了丰富的系统配置属性,用户可通过 `gl
 | proxy-frontend-ssl-version (?)                      | String  | 要启用的 SSL/TLS 
协议。未配置时使用默认值 `TLSv1.2,TLSv1.3`。                                                 
                                | TLSv1.2,TLSv1.3 | 否      |
 | proxy-frontend-ssl-cipher (?)                       | String  | 
按偏好顺序启用的密码套件。多个密码套件用逗号分隔。空白表示使用默认密码套件。                                          
                                      | ""              | 否      |
 | agent-plugins-enabled (?)                           | boolean | 是否启用 agent 
插件。                                                                             
                                | true            | 是      |
-| metadata-identifier-case-sensitivity (?)            | String  | 
元数据标识符大小写敏感策略。可选值为 `AUTO`、`SENSITIVE` 和 `INSENSITIVE`。                          
                                            | AUTO            | 否      |
+| metadata-identifier-case-sensitivity (?)            | String  | 
元数据标识符大小写敏感策略。可选值为 `DATABASE` 和 `INSENSITIVE`。`DATABASE` 表示使用数据库特定的标识符规则。       
                                     | DATABASE        | 否      |
 | groovy-inline-expression-parsing-cache-max-size (?) | long    | Groovy 
行表达式解析缓存的最大容量。                                                                  
                                    | 1000            | 是      |
 
 属性配置可以通过 
[DistSQL#RAL](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/) 在线修改。
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
index ddfcbd11f11..9f7e00e8c78 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
@@ -32,7 +32,7 @@ Apache ShardingSphere provides a wealth of system 
configuration properties, whic
 | proxy-frontend-ssl-version (?)                         | String      | 
SSL/TLS protocols to enable. If omitted, the default value is 
`TLSv1.2,TLSv1.3`.                                                              
                                                                                
         | TLSv1.2,TLSv1.3 | False            |
 | proxy-frontend-ssl-cipher (?)                          | String      | 
Cipher suites to enable, in preference order. Multiple cipher suites are 
separated by commas. Blank means using the default cipher suites.               
                                                                              | 
""              | False            |
 | agent-plugins-enabled (?)                              | boolean     | 
Whether to enable agent plugins.                                                
                                                                                
                                                                      | true    
        | True             |
-| metadata-identifier-case-sensitivity (?)               | String      | 
Metadata identifier case sensitivity. Available values are `AUTO`, `SENSITIVE`, 
and `INSENSITIVE`.                                                              
                                                                      | AUTO    
        | False            |
+| metadata-identifier-case-sensitivity (?)               | String      | 
Metadata identifier case sensitivity. Available values are `DATABASE` and 
`INSENSITIVE`. `DATABASE` uses the database-specific identifier rule.           
                                                                             | 
DATABASE        | False            |
 | groovy-inline-expression-parsing-cache-max-size (?)    | long        | 
Maximum size of the Groovy inline expression parsing cache.                     
                                                                                
                                                                      | 1000    
        | True             |
 
 Properties can be modified online through 
[DistSQL#RAL](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/).

Reply via email to