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

kirs 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 ae6745814e3   docs: remove deprecated SYNC JOB documentation from 
current, 3.x, and 4.x (#3450)
ae6745814e3 is described below

commit ae6745814e3a53a356a3cabf70949e7a810c565e
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Mar 12 10:25:43 2026 +0800

      docs: remove deprecated SYNC JOB documentation from current, 3.x, and 4.x 
(#3450)
    
    ## Background
    
    The SYNC JOB feature has been deprecated and is no longer supported in
    the active documentation versions: `current`, `3.x`, and `4.x`.
    
    Keeping these documents in the active docs tree and sidebar is
    misleading, because users may assume the following statements are still
    supported in these versions:
    
      - `CREATE SYNC JOB`
      - `SHOW SYNC JOB`
      - `PAUSE SYNC JOB`
      - `RESUME SYNC JOB`
      - `STOP SYNC JOB`
    
      ## Changes
    
    This PR removes the deprecated SYNC JOB documentation from active
    versions, including both English and Chinese docs:
    
      - removed `CREATE/SHOW/PAUSE/RESUME/STOP SYNC JOB` docs from `docs/`
      - removed the same docs from `versioned_docs/version-3.x/`
      - removed the same docs from `versioned_docs/version-4.x/`
      - removed the mirrored Chinese docs under `i18n/zh-CN/.../current`
      - removed the mirrored Chinese docs under `i18n/zh-CN/.../version-3.x`
      - removed the mirrored Chinese docs under `i18n/zh-CN/.../version-4.x`
      - removed the related sidebar entries from:
        - `sidebars.ts`
        - `versioned_sidebars/version-3.x-sidebars.json`
        - `versioned_sidebars/version-4.x-sidebars.json`
    
    ## Versions
    
    - [ ] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../load-and-export/CREATE-SYNC-JOB.md             | 115 -------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  39 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  41 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  43 --------
 .../load-and-export/STOP-SYNC-JOB.md               |  41 -------
 .../load-and-export/CREATE-SYNC-JOB.md             | 122 ---------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  38 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  37 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  41 -------
 .../load-and-export/STOP-SYNC-JOB.md               |  36 ------
 .../load-and-export/CREATE-SYNC-JOB.md             | 122 ---------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  38 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  38 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  42 -------
 .../load-and-export/STOP-SYNC-JOB.md               |  36 ------
 .../load-and-export/CREATE-SYNC-JOB.md             | 122 ---------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  38 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  37 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  41 -------
 .../load-and-export/STOP-SYNC-JOB.md               |  36 ------
 sidebars.ts                                        |   5 -
 .../load-and-export/CREATE-SYNC-JOB.md             | 115 -------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  39 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  41 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  43 --------
 .../load-and-export/STOP-SYNC-JOB.md               |  41 -------
 .../load-and-export/CREATE-SYNC-JOB.md             | 115 -------------------
 .../load-and-export/PAUSE-SYNC-JOB.md              |  39 -------
 .../load-and-export/RESUME-SYNC-JOB.md             |  41 -------
 .../load-and-export/SHOW-SYNC-JOB.md               |  43 --------
 .../load-and-export/STOP-SYNC-JOB.md               |  41 -------
 versioned_sidebars/version-3.x-sidebars.json       |   5 -
 versioned_sidebars/version-4.x-sidebars.json       |   5 -
 33 files changed, 1676 deletions(-)

diff --git 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/docs/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 1c859feacdb..00000000000
--- 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,115 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "en",
-    "description": "The data synchronization (Sync Job) function allows users 
to submit a persistent data synchronization job."
-}
----
-
-## Description
-
-The data synchronization (Sync Job) function allows users to submit a 
persistent data synchronization job. It incrementally synchronizes the CDC 
(Change Data Capture) of data update operations from a MySQL database by 
reading the Binlog from a specified remote source. Currently, the 
synchronization job supports connecting to Canal, obtaining parsed Binlog data 
from the Canal server, and importing it into Doris.
-
-Users can view the status of synchronization jobs via [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB).
-
-## Syntax
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the unique name of the synchronization job within the current 
database. Only one job with the same `<job_name>` can be running at a time.
-
-**2. `<channel_desc>`**
-
-> Describes the mapping relationship between the MySQL source table and the 
Doris target table.
->
->
-> - **`<mysql_db.src_tbl>`**: Specifies the source table in MySQL (including 
the database name).
-> - **`<des_tbl>`**: Specifies the target table in Doris. The target table 
must be unique, and its batch delete function must be enabled.
-> - **`<columns_mapping>`** (Optional): Defines the mapping between columns of 
the source and target tables. If omitted, columns are mapped one-to-one in 
order. Note that the form `col_name = expr` is not supported.
-
-**3. `<binlog_desc>`**
-
-> Describes the remote data source for the Binlog.
->
-> The properties for the Canal data source (keys prefixed with `canal.`) 
include:
->
-> - **`canal.server.ip`**: Address of the Canal server.
-> - **`canal.server.port`**: Port of the Canal server.
-> - **`canal.destination`**: Identifier of the Canal instance.
-> - **`canal.batchSize`**: Maximum batch size to fetch (default is 8192).
-> - **`canal.username`**: Username for the Canal instance.
-> - **`canal.password`**: Password for the Canal instance.
-> - **`canal.debug`** (Optional): If set to true, prints detailed batch and 
row information.
-
-## Usage Notes
-
-- Currently, the synchronization job only supports connecting to a Canal 
server.
-- Only one synchronization job with the same `<job_name>` can run concurrently 
within a database.
-- The target table specified in `<channel_desc>` must have its batch delete 
function enabled.
-
-## Access Control Requirements
-
-Users executing this SQL command must have at least the following privileges:
-| Privilege | Object | Notes                |
-| :---------------- | :------------- | :---------------------------- |
-| LOAD_PRIV        | Table   | This operation can only be performed by users 
or roles who have the LOAD_PRIV privilege for the imported table. |
-
-## Examples
-
-1. **Create a simple synchronization job**
-
-   Create a synchronization job named `job1` in the `test_db` database that 
maps the MySQL source table `mysql_db1.tbl1` to the Doris target table 
`test_tbl`, connecting to a local Canal server.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "127.0.0.1",
-     "canal.server.port" = "11111",
-     "canal.destination" = "example",
-     "canal.username" = "",
-     "canal.password" = ""
-   );
-   ```
-
-2. **Create a synchronization job with multiple channels and explicit column 
mapping**
-
-   Create a synchronization job named `job1` in the `test_db` database for 
multiple MySQL source tables with one-to-one mapping and explicitly specified 
column orders.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-     FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "xx.xxx.xxx.xx",
-     "canal.server.port" = "12111",
-     "canal.destination" = "example",
-     "canal.username" = "username",
-     "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/docs/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index f429e6ef3f8..00000000000
--- 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "en",
-    "description": "Pause a running resident data synchronization job in a 
database identified by jobname."
-}
----
-
-## Description
-
-Pause a running resident data synchronization job in a database identified by 
`job_name`. The suspended job will stop synchronizing data while retaining its 
latest consumption position until it is resumed by the user.
-
-## Syntax
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the synchronization job to be paused.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-## Example
-
-1. Pause the data synchronization job named `job_name`.
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/docs/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index 45b5e62a73f..00000000000
--- 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "en",
-    "description": "Resume a resident data synchronization job that has been 
suspended in a database by its jobname. Once resumed,"
-}
----
-
-## Description
-
-Resume a resident data synchronization job that has been suspended in a 
database by its `job_name`. Once resumed, the job continues to synchronize data 
starting from the latest position before the suspension.
-
-## Syntax
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be resumed.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Examples
-
-1. Resume the data synchronization job named `job_name`.
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/docs/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index e7ee9824893..00000000000
--- 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "en",
-    "description": "This statement displays the status of resident data 
synchronization jobs in all databases."
-}
----
-
-## Description
-
-This statement displays the status of resident data synchronization jobs in 
all databases.
-
-## Syntax
-
-```sql
-SHOW SYNC JOB [FROM <db_name>]
-```
-
-## Optional Parameters
-
-**1. `<db_name>`**
-> `<db_name>`represents the database name, which is used to specify the 
database from which the information of the synchronization jobs is to be shown.
-
-## Access Control Requirements  
-Users executing this SQL command must have at least one of the following 
privileges:  
-
-| Privilege                                                                 | 
Object          | Notes                                   |  
-| :------------------------------------------------------------------------ | 
:------------- | :------------------------------------- |  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | Database `db_name` | This operation requires at least one of 
the listed privileges on the target database. |  
-
-## Examples
-
-1. Display the status of all data synchronization jobs in the current database.
-
-    ```sql
-    SHOW SYNC JOB;
-    ```
-
-2. Display the status of all data synchronization jobs in the `test_db` 
database.
-
-    ```sql
-    SHOW SYNC JOB FROM `test_db`;
-    ```
\ No newline at end of file
diff --git 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/docs/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index dc3b7bc09b7..00000000000
--- 
a/docs/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "en",
-    "description": "Stop a running resident data synchronization job in a 
database by specifying its jobname. Once stopped,"
-}
----
-
-## Description
-
-Stop a running resident data synchronization job in a database by specifying 
its `job_name`. Once stopped, the job will cease synchronizing data and release 
its occupied resources.
-
-## Syntax
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be stopped.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Example
-
-1. Stop the data synchronization job named `job_name`.
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 6d861b34c5c..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,122 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "zh-CN",
-    "description": "数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 
日志,增量同步用户在 MySQL 数据库中数据更新操作的 CDC (Change Data Capture) 信息。"
-}
----
-
-## 描述
-
-数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 日志,增量同步用户在 MySQL 
数据库中数据更新操作的 CDC (Change Data Capture) 信息。
-
-用户可通过 [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB)
 查看数据同步作业的状态。
-
-## 语法
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## 必选参数
-
-**1. `<job_name>`**
-
-> 同步作业名称,是当前数据库中作业的唯一标识。相同 `<job_name>` 的作业在同一时刻只能有一个在运行。
-
-**2. `<channel_desc>`**
-
-> 用于描述 MySQL 源表到 Doris 目标表之间的映射关系。
->
->
-> - **`<mysql_db.src_tbl>`**  
->   指定 MySQL 端的数据库及源表。
->
-> - **`<des_tbl>`**  
->   指定 Doris 端的目标表。目标表必须为 Unique 表,并且需开启表的 batch delete 功能(详见 `help alter 
table` 中的“批量删除功能”)。
->
-> - **`<columns_mapping>`** (可选)  
->   指定 MySQL 源表和 Doris 目标表之间的列映射关系。如果不指定,FE 会默认按照列顺序一一对应。  
->   > **注意:** 不支持使用 `col_name = expr` 的形式指定列映射。
->   >
->   > **示例:**
->   > - 假设目标表列为 `(k1, k2, v1)`,可通过调整顺序实现 `(k2, k1, v1)`;
->   > - 或者通过映射忽略源数据中的多余列,例如 `(k2, k1, v1, dummy_column)`。
-
-**3. `<binlog_desc>`**
-
-> 用来描述远端数据源,目前仅支持 Canal 数据源。
->
-> 对于 Canal 数据源,相关属性均以 `canal.` 为前缀:
->
-> - **`canal.server.ip`**:Canal 服务器的地址
-> - **`canal.server.port`**:Canal 服务器的端口
-> - **`canal.destination`**:实例的标识
-> - **`canal.batchSize`**:获取数据的最大 batch 大小(默认值为 8192)
-> - **`canal.username`**:实例的用户名
-> - **`canal.password`**:实例的密码
-> - **`canal.debug`** (可选):设置为 true 时,会打印出每个 batch 及每行数据的详细信息
-
-## 注意事项
-
-- 当前数据同步作业仅支持连接 Canal 服务器。
-- 同一数据库中,相同 `<job_name>` 的作业在同一时刻只能有一个运行。
-- Doris 目标表必须为 Unique 表,且需启用 batch delete 功能,否则数据同步可能失败。
-
-## 权限控制
-
-执行此 SQL 命令的用户必须至少具有以下权限:
-
-| 权限     | 对象         | 说明                                      |
-|---------|------------|-----------------------------------------|
-| LOAD_PRIV  | 表 | 该操作只能由拥有导入表的 LOAD_PRIV 权限的用户或角色执行。 |
-
-## 示例
-
-1. **简单示例:** 为 `test_db` 数据库的目标表 `test_tbl` 创建一个名为 `job1` 的数据同步作业,连接本地 Canal 
服务器,对应 MySQL 源表 `mysql_db1.tbl1`。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "127.0.0.1",
-       "canal.server.port" = "11111",
-       "canal.destination" = "example",
-       "canal.username" = "",
-       "canal.password" = ""
-   );
-   ```
-
-2. **多表同步及列映射示例:** 为 `test_db` 数据库的多张表创建一个名为 `job1` 的数据同步作业,对应多个 MySQL 
源表,并显式指定列映射。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-       FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "xx.xxx.xxx.xx",
-       "canal.server.port" = "12111",
-       "canal.destination" = "example",
-       "canal.username" = "username",
-       "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index 84875c27ff4..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。"
-}
----
-
-## 描述
-
-通过 `job_name` 暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。
-
-## 语法
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-
-## 示例
-
-1. 暂停名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index aa7e845b660..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。"
-}
----
-
-## 描述
-
-通过 `job_name` 恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。
-
-## 语法
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 指定要恢复的数据同步作业的名称。  
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 恢复名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index 46e648766e5..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句用于显示所有数据库中的常驻数据同步作业状态。"
-}
----
-
-## 描述
-
-此语句用于显示所有数据库中的常驻数据同步作业状态。
-
-## 语法
-
-```sql
-SHOW SYNC JOB [FROM <db_name>]
-```
-## 可选参数
-**1. `<db_name>`**
-> 显示指定数据库下的所有数据同步作业状态。
-
-## 权限控制  
-执行此 SQL 命令的用户必须至少具有以下权限之一:  
-
-| 权限                                                                 | 对象      
   | 说明                                      |  
-|--------------------------------------------------------------------|------------|-----------------------------------------|
  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | 数据库 `db_name` | 执行此操作需至少拥有上述权限中的一项。 |  
-
-## 示例
-
-1. 显示当前数据库的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB;
-   ```
-
-2. 显示 `test_db` 数据库下的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB FROM `test_db`;
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index db2759a4e88..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句通过 jobname 停止一个数据库内非停止状态的常驻数据同步作业。"
-}
----
-
-## 描述
-
-此语句通过 `job_name` 停止一个数据库内非停止状态的常驻数据同步作业。
-
-## 语法
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 停止名称为 `job_name` 的数据同步作业
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 6d861b34c5c..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,122 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "zh-CN",
-    "description": "数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 
日志,增量同步用户在 MySQL 数据库中数据更新操作的 CDC (Change Data Capture) 信息。"
-}
----
-
-## 描述
-
-数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 日志,增量同步用户在 MySQL 
数据库中数据更新操作的 CDC (Change Data Capture) 信息。
-
-用户可通过 [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB)
 查看数据同步作业的状态。
-
-## 语法
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## 必选参数
-
-**1. `<job_name>`**
-
-> 同步作业名称,是当前数据库中作业的唯一标识。相同 `<job_name>` 的作业在同一时刻只能有一个在运行。
-
-**2. `<channel_desc>`**
-
-> 用于描述 MySQL 源表到 Doris 目标表之间的映射关系。
->
->
-> - **`<mysql_db.src_tbl>`**  
->   指定 MySQL 端的数据库及源表。
->
-> - **`<des_tbl>`**  
->   指定 Doris 端的目标表。目标表必须为 Unique 表,并且需开启表的 batch delete 功能(详见 `help alter 
table` 中的“批量删除功能”)。
->
-> - **`<columns_mapping>`** (可选)  
->   指定 MySQL 源表和 Doris 目标表之间的列映射关系。如果不指定,FE 会默认按照列顺序一一对应。  
->   > **注意:** 不支持使用 `col_name = expr` 的形式指定列映射。
->   >
->   > **示例:**
->   > - 假设目标表列为 `(k1, k2, v1)`,可通过调整顺序实现 `(k2, k1, v1)`;
->   > - 或者通过映射忽略源数据中的多余列,例如 `(k2, k1, v1, dummy_column)`。
-
-**3. `<binlog_desc>`**
-
-> 用来描述远端数据源,目前仅支持 Canal 数据源。
->
-> 对于 Canal 数据源,相关属性均以 `canal.` 为前缀:
->
-> - **`canal.server.ip`**:Canal 服务器的地址
-> - **`canal.server.port`**:Canal 服务器的端口
-> - **`canal.destination`**:实例的标识
-> - **`canal.batchSize`**:获取数据的最大 batch 大小(默认值为 8192)
-> - **`canal.username`**:实例的用户名
-> - **`canal.password`**:实例的密码
-> - **`canal.debug`** (可选):设置为 true 时,会打印出每个 batch 及每行数据的详细信息
-
-## 注意事项
-
-- 当前数据同步作业仅支持连接 Canal 服务器。
-- 同一数据库中,相同 `<job_name>` 的作业在同一时刻只能有一个运行。
-- Doris 目标表必须为 Unique 表,且需启用 batch delete 功能,否则数据同步可能失败。
-
-## 权限控制
-
-执行此 SQL 命令的用户必须至少具有以下权限:
-
-| 权限     | 对象         | 说明                                      |
-|---------|------------|-----------------------------------------|
-| LOAD_PRIV  | 表 | 该操作只能由拥有导入表的 LOAD_PRIV 权限的用户或角色执行。 |
-
-## 示例
-
-1. **简单示例:** 为 `test_db` 数据库的目标表 `test_tbl` 创建一个名为 `job1` 的数据同步作业,连接本地 Canal 
服务器,对应 MySQL 源表 `mysql_db1.tbl1`。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "127.0.0.1",
-       "canal.server.port" = "11111",
-       "canal.destination" = "example",
-       "canal.username" = "",
-       "canal.password" = ""
-   );
-   ```
-
-2. **多表同步及列映射示例:** 为 `test_db` 数据库的多张表创建一个名为 `job1` 的数据同步作业,对应多个 MySQL 
源表,并显式指定列映射。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-       FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "xx.xxx.xxx.xx",
-       "canal.server.port" = "12111",
-       "canal.destination" = "example",
-       "canal.username" = "username",
-       "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index 84875c27ff4..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。"
-}
----
-
-## 描述
-
-通过 `job_name` 暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。
-
-## 语法
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-
-## 示例
-
-1. 暂停名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index cb31ccf95f6..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。"
-}
----
-
-## 描述
-
-通过 `job_name` 恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。
-
-## 语法
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 指定要恢复的数据同步作业的名称。  
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 恢复名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index 96e0e4be6a5..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句用于显示所有数据库中的常驻数据同步作业状态。"
-}
----
-
-## 描述
-
-此语句用于显示所有数据库中的常驻数据同步作业状态。
-
-## 语法
-
-```sql
-SHOW SYNC JOB [FROM db_name]
-```
-
-## 可选参数
-**1. `<db_name>`**
-> 显示指定数据库下的所有数据同步作业状态。
-
-## 权限控制  
-执行此 SQL 命令的用户必须至少具有以下权限之一:  
-
-| 权限                                                                 | 对象      
   | 说明                                      |  
-|--------------------------------------------------------------------|------------|-----------------------------------------|
  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | 数据库 `db_name` | 执行此操作需至少拥有上述权限中的一项。 | 
-
-## 示例
-
-1. 显示当前数据库的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB;
-   ```
-
-2. 显示 `test_db` 数据库下的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB FROM `test_db`;
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index db2759a4e88..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句通过 jobname 停止一个数据库内非停止状态的常驻数据同步作业。"
-}
----
-
-## 描述
-
-此语句通过 `job_name` 停止一个数据库内非停止状态的常驻数据同步作业。
-
-## 语法
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 停止名称为 `job_name` 的数据同步作业
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 6d861b34c5c..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,122 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "zh-CN",
-    "description": "数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 
日志,增量同步用户在 MySQL 数据库中数据更新操作的 CDC (Change Data Capture) 信息。"
-}
----
-
-## 描述
-
-数据同步 (Sync Job) 功能支持用户提交一个常驻的数据同步作业,通过从指定的远端地址读取 Binlog 日志,增量同步用户在 MySQL 
数据库中数据更新操作的 CDC (Change Data Capture) 信息。
-
-用户可通过 [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB)
 查看数据同步作业的状态。
-
-## 语法
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## 必选参数
-
-**1. `<job_name>`**
-
-> 同步作业名称,是当前数据库中作业的唯一标识。相同 `<job_name>` 的作业在同一时刻只能有一个在运行。
-
-**2. `<channel_desc>`**
-
-> 用于描述 MySQL 源表到 Doris 目标表之间的映射关系。
->
->
-> - **`<mysql_db.src_tbl>`**  
->   指定 MySQL 端的数据库及源表。
->
-> - **`<des_tbl>`**  
->   指定 Doris 端的目标表。目标表必须为 Unique 表,并且需开启表的 batch delete 功能(详见 `help alter 
table` 中的“批量删除功能”)。
->
-> - **`<columns_mapping>`** (可选)  
->   指定 MySQL 源表和 Doris 目标表之间的列映射关系。如果不指定,FE 会默认按照列顺序一一对应。  
->   > **注意:** 不支持使用 `col_name = expr` 的形式指定列映射。
->   >
->   > **示例:**
->   > - 假设目标表列为 `(k1, k2, v1)`,可通过调整顺序实现 `(k2, k1, v1)`;
->   > - 或者通过映射忽略源数据中的多余列,例如 `(k2, k1, v1, dummy_column)`。
-
-**3. `<binlog_desc>`**
-
-> 用来描述远端数据源,目前仅支持 Canal 数据源。
->
-> 对于 Canal 数据源,相关属性均以 `canal.` 为前缀:
->
-> - **`canal.server.ip`**:Canal 服务器的地址
-> - **`canal.server.port`**:Canal 服务器的端口
-> - **`canal.destination`**:实例的标识
-> - **`canal.batchSize`**:获取数据的最大 batch 大小(默认值为 8192)
-> - **`canal.username`**:实例的用户名
-> - **`canal.password`**:实例的密码
-> - **`canal.debug`** (可选):设置为 true 时,会打印出每个 batch 及每行数据的详细信息
-
-## 注意事项
-
-- 当前数据同步作业仅支持连接 Canal 服务器。
-- 同一数据库中,相同 `<job_name>` 的作业在同一时刻只能有一个运行。
-- Doris 目标表必须为 Unique 表,且需启用 batch delete 功能,否则数据同步可能失败。
-
-## 权限控制
-
-执行此 SQL 命令的用户必须至少具有以下权限:
-
-| 权限     | 对象         | 说明                                      |
-|---------|------------|-----------------------------------------|
-| LOAD_PRIV  | 表 | 该操作只能由拥有导入表的 LOAD_PRIV 权限的用户或角色执行。 |
-
-## 示例
-
-1. **简单示例:** 为 `test_db` 数据库的目标表 `test_tbl` 创建一个名为 `job1` 的数据同步作业,连接本地 Canal 
服务器,对应 MySQL 源表 `mysql_db1.tbl1`。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "127.0.0.1",
-       "canal.server.port" = "11111",
-       "canal.destination" = "example",
-       "canal.username" = "",
-       "canal.password" = ""
-   );
-   ```
-
-2. **多表同步及列映射示例:** 为 `test_db` 数据库的多张表创建一个名为 `job1` 的数据同步作业,对应多个 MySQL 
源表,并显式指定列映射。
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-       FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-       FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-       "type" = "canal",
-       "canal.server.ip" = "xx.xxx.xxx.xx",
-       "canal.server.port" = "12111",
-       "canal.destination" = "example",
-       "canal.username" = "username",
-       "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index 84875c27ff4..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。"
-}
----
-
-## 描述
-
-通过 `job_name` 暂停一个数据库内正在运行的常驻数据同步作业。被暂停的作业将停止同步数据,并保持消费的最新位置,直到用户恢复该作业。
-
-## 语法
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-
-## 示例
-
-1. 暂停名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index aa7e845b660..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "zh-CN",
-    "description": "通过 jobname 
恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。"
-}
----
-
-## 描述
-
-通过 `job_name` 恢复当前数据库中已暂停的常驻数据同步作业。恢复后,作业将从上一次暂停前保存的最新位置继续同步数据。
-
-## 语法
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 指定要恢复的数据同步作业的名称。  
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 恢复名称为 `job_name` 的数据同步作业。
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index 46e648766e5..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句用于显示所有数据库中的常驻数据同步作业状态。"
-}
----
-
-## 描述
-
-此语句用于显示所有数据库中的常驻数据同步作业状态。
-
-## 语法
-
-```sql
-SHOW SYNC JOB [FROM <db_name>]
-```
-## 可选参数
-**1. `<db_name>`**
-> 显示指定数据库下的所有数据同步作业状态。
-
-## 权限控制  
-执行此 SQL 命令的用户必须至少具有以下权限之一:  
-
-| 权限                                                                 | 对象      
   | 说明                                      |  
-|--------------------------------------------------------------------|------------|-----------------------------------------|
  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | 数据库 `db_name` | 执行此操作需至少拥有上述权限中的一项。 |  
-
-## 示例
-
-1. 显示当前数据库的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB;
-   ```
-
-2. 显示 `test_db` 数据库下的所有数据同步作业状态。
-
-   ```sql
-   SHOW SYNC JOB FROM `test_db`;
-   ```
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index db2759a4e88..00000000000
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "zh-CN",
-    "description": "此语句通过 jobname 停止一个数据库内非停止状态的常驻数据同步作业。"
-}
----
-
-## 描述
-
-此语句通过 `job_name` 停止一个数据库内非停止状态的常驻数据同步作业。
-
-## 语法
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## 必选参数
-**1. `<job_name>`**
-> 要暂停的同步作业的名称。
-
-## 可选参数
- **1. `<db>`**
- > 如果使用[<db>.]前缀指定了一个数据库,那么该作业将处于指定的数据库中;否则,将使用当前数据库。
-
-## 权限控制
-任意用户或角色都可以执行该操作
-
-## 示例
-
-1. 停止名称为 `job_name` 的数据同步作业
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git a/sidebars.ts b/sidebars.ts
index 9da150df0fa..c59e2107f72 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -2149,11 +2149,6 @@ const sidebars: SidebarsConfig = {
                                         
'sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD',
                                         
'sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD-TASK',
                                         
'sql-manual/sql-statements/data-modification/load-and-export/SHOW-CREATE-ROUTINE-LOAD',
-                                        
'sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB',
-                                        
'sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB',
-                                        
'sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB',
-                                        
'sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB',
-                                        
'sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB',
                                         
'sql-manual/sql-statements/data-modification/load-and-export/SYNC',
                                         
'sql-manual/sql-statements/data-modification/load-and-export/EXPORT',
                                         
'sql-manual/sql-statements/data-modification/load-and-export/CANCEL-EXPORT',
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 1c859feacdb..00000000000
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,115 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "en",
-    "description": "The data synchronization (Sync Job) function allows users 
to submit a persistent data synchronization job."
-}
----
-
-## Description
-
-The data synchronization (Sync Job) function allows users to submit a 
persistent data synchronization job. It incrementally synchronizes the CDC 
(Change Data Capture) of data update operations from a MySQL database by 
reading the Binlog from a specified remote source. Currently, the 
synchronization job supports connecting to Canal, obtaining parsed Binlog data 
from the Canal server, and importing it into Doris.
-
-Users can view the status of synchronization jobs via [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB).
-
-## Syntax
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the unique name of the synchronization job within the current 
database. Only one job with the same `<job_name>` can be running at a time.
-
-**2. `<channel_desc>`**
-
-> Describes the mapping relationship between the MySQL source table and the 
Doris target table.
->
->
-> - **`<mysql_db.src_tbl>`**: Specifies the source table in MySQL (including 
the database name).
-> - **`<des_tbl>`**: Specifies the target table in Doris. The target table 
must be unique, and its batch delete function must be enabled.
-> - **`<columns_mapping>`** (Optional): Defines the mapping between columns of 
the source and target tables. If omitted, columns are mapped one-to-one in 
order. Note that the form `col_name = expr` is not supported.
-
-**3. `<binlog_desc>`**
-
-> Describes the remote data source for the Binlog.
->
-> The properties for the Canal data source (keys prefixed with `canal.`) 
include:
->
-> - **`canal.server.ip`**: Address of the Canal server.
-> - **`canal.server.port`**: Port of the Canal server.
-> - **`canal.destination`**: Identifier of the Canal instance.
-> - **`canal.batchSize`**: Maximum batch size to fetch (default is 8192).
-> - **`canal.username`**: Username for the Canal instance.
-> - **`canal.password`**: Password for the Canal instance.
-> - **`canal.debug`** (Optional): If set to true, prints detailed batch and 
row information.
-
-## Usage Notes
-
-- Currently, the synchronization job only supports connecting to a Canal 
server.
-- Only one synchronization job with the same `<job_name>` can run concurrently 
within a database.
-- The target table specified in `<channel_desc>` must have its batch delete 
function enabled.
-
-## Access Control Requirements
-
-Users executing this SQL command must have at least the following privileges:
-| Privilege | Object | Notes                |
-| :---------------- | :------------- | :---------------------------- |
-| LOAD_PRIV        | Table   | This operation can only be performed by users 
or roles who have the LOAD_PRIV privilege for the imported table. |
-
-## Examples
-
-1. **Create a simple synchronization job**
-
-   Create a synchronization job named `job1` in the `test_db` database that 
maps the MySQL source table `mysql_db1.tbl1` to the Doris target table 
`test_tbl`, connecting to a local Canal server.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "127.0.0.1",
-     "canal.server.port" = "11111",
-     "canal.destination" = "example",
-     "canal.username" = "",
-     "canal.password" = ""
-   );
-   ```
-
-2. **Create a synchronization job with multiple channels and explicit column 
mapping**
-
-   Create a synchronization job named `job1` in the `test_db` database for 
multiple MySQL source tables with one-to-one mapping and explicitly specified 
column orders.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-     FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "xx.xxx.xxx.xx",
-     "canal.server.port" = "12111",
-     "canal.destination" = "example",
-     "canal.username" = "username",
-     "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index f429e6ef3f8..00000000000
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "en",
-    "description": "Pause a running resident data synchronization job in a 
database identified by jobname."
-}
----
-
-## Description
-
-Pause a running resident data synchronization job in a database identified by 
`job_name`. The suspended job will stop synchronizing data while retaining its 
latest consumption position until it is resumed by the user.
-
-## Syntax
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the synchronization job to be paused.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-## Example
-
-1. Pause the data synchronization job named `job_name`.
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index 45b5e62a73f..00000000000
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "en",
-    "description": "Resume a resident data synchronization job that has been 
suspended in a database by its jobname. Once resumed,"
-}
----
-
-## Description
-
-Resume a resident data synchronization job that has been suspended in a 
database by its `job_name`. Once resumed, the job continues to synchronize data 
starting from the latest position before the suspension.
-
-## Syntax
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be resumed.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Examples
-
-1. Resume the data synchronization job named `job_name`.
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index e7ee9824893..00000000000
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "en",
-    "description": "This statement displays the status of resident data 
synchronization jobs in all databases."
-}
----
-
-## Description
-
-This statement displays the status of resident data synchronization jobs in 
all databases.
-
-## Syntax
-
-```sql
-SHOW SYNC JOB [FROM <db_name>]
-```
-
-## Optional Parameters
-
-**1. `<db_name>`**
-> `<db_name>`represents the database name, which is used to specify the 
database from which the information of the synchronization jobs is to be shown.
-
-## Access Control Requirements  
-Users executing this SQL command must have at least one of the following 
privileges:  
-
-| Privilege                                                                 | 
Object          | Notes                                   |  
-| :------------------------------------------------------------------------ | 
:------------- | :------------------------------------- |  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | Database `db_name` | This operation requires at least one of 
the listed privileges on the target database. |  
-
-## Examples
-
-1. Display the status of all data synchronization jobs in the current database.
-
-    ```sql
-    SHOW SYNC JOB;
-    ```
-
-2. Display the status of all data synchronization jobs in the `test_db` 
database.
-
-    ```sql
-    SHOW SYNC JOB FROM `test_db`;
-    ```
\ No newline at end of file
diff --git 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index dc3b7bc09b7..00000000000
--- 
a/versioned_docs/version-3.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "en",
-    "description": "Stop a running resident data synchronization job in a 
database by specifying its jobname. Once stopped,"
-}
----
-
-## Description
-
-Stop a running resident data synchronization job in a database by specifying 
its `job_name`. Once stopped, the job will cease synchronizing data and release 
its occupied resources.
-
-## Syntax
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be stopped.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Example
-
-1. Stop the data synchronization job named `job_name`.
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
deleted file mode 100644
index 1c859feacdb..00000000000
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB.md
+++ /dev/null
@@ -1,115 +0,0 @@
----
-{
-    "title": "CREATE SYNC JOB",
-    "language": "en",
-    "description": "The data synchronization (Sync Job) function allows users 
to submit a persistent data synchronization job."
-}
----
-
-## Description
-
-The data synchronization (Sync Job) function allows users to submit a 
persistent data synchronization job. It incrementally synchronizes the CDC 
(Change Data Capture) of data update operations from a MySQL database by 
reading the Binlog from a specified remote source. Currently, the 
synchronization job supports connecting to Canal, obtaining parsed Binlog data 
from the Canal server, and importing it into Doris.
-
-Users can view the status of synchronization jobs via [SHOW SYNC 
JOB](../../../../sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB).
-
-## Syntax
-
-```sql
-CREATE SYNC [<db>.]<job_name>
-(<channel_desc> [, ... ])
-<binlog_desc>
-```
-where:
-```sql
-channel_desc
-  : FROM <mysql_db>.<src_tbl> INTO <des_tbl> [ <columns_mapping> ]
-```
-```sql
-binlog_desc
-  : FROM BINLOG ("<key>" = "<value>" [, ... ])
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the unique name of the synchronization job within the current 
database. Only one job with the same `<job_name>` can be running at a time.
-
-**2. `<channel_desc>`**
-
-> Describes the mapping relationship between the MySQL source table and the 
Doris target table.
->
->
-> - **`<mysql_db.src_tbl>`**: Specifies the source table in MySQL (including 
the database name).
-> - **`<des_tbl>`**: Specifies the target table in Doris. The target table 
must be unique, and its batch delete function must be enabled.
-> - **`<columns_mapping>`** (Optional): Defines the mapping between columns of 
the source and target tables. If omitted, columns are mapped one-to-one in 
order. Note that the form `col_name = expr` is not supported.
-
-**3. `<binlog_desc>`**
-
-> Describes the remote data source for the Binlog.
->
-> The properties for the Canal data source (keys prefixed with `canal.`) 
include:
->
-> - **`canal.server.ip`**: Address of the Canal server.
-> - **`canal.server.port`**: Port of the Canal server.
-> - **`canal.destination`**: Identifier of the Canal instance.
-> - **`canal.batchSize`**: Maximum batch size to fetch (default is 8192).
-> - **`canal.username`**: Username for the Canal instance.
-> - **`canal.password`**: Password for the Canal instance.
-> - **`canal.debug`** (Optional): If set to true, prints detailed batch and 
row information.
-
-## Usage Notes
-
-- Currently, the synchronization job only supports connecting to a Canal 
server.
-- Only one synchronization job with the same `<job_name>` can run concurrently 
within a database.
-- The target table specified in `<channel_desc>` must have its batch delete 
function enabled.
-
-## Access Control Requirements
-
-Users executing this SQL command must have at least the following privileges:
-| Privilege | Object | Notes                |
-| :---------------- | :------------- | :---------------------------- |
-| LOAD_PRIV        | Table   | This operation can only be performed by users 
or roles who have the LOAD_PRIV privilege for the imported table. |
-
-## Examples
-
-1. **Create a simple synchronization job**
-
-   Create a synchronization job named `job1` in the `test_db` database that 
maps the MySQL source table `mysql_db1.tbl1` to the Doris target table 
`test_tbl`, connecting to a local Canal server.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db1`.`tbl1` INTO `test_tbl`
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "127.0.0.1",
-     "canal.server.port" = "11111",
-     "canal.destination" = "example",
-     "canal.username" = "",
-     "canal.password" = ""
-   );
-   ```
-
-2. **Create a synchronization job with multiple channels and explicit column 
mapping**
-
-   Create a synchronization job named `job1` in the `test_db` database for 
multiple MySQL source tables with one-to-one mapping and explicitly specified 
column orders.
-
-   ```sql
-   CREATE SYNC `test_db`.`job1`
-   (
-     FROM `mysql_db`.`t1` INTO `test1` (k1, k2, v1),
-     FROM `mysql_db`.`t2` INTO `test2` (k3, k4, v2)
-   )
-   FROM BINLOG
-   (
-     "type" = "canal",
-     "canal.server.ip" = "xx.xxx.xxx.xx",
-     "canal.server.port" = "12111",
-     "canal.destination" = "example",
-     "canal.username" = "username",
-     "canal.password" = "password"
-   );
-   ```
\ No newline at end of file
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
deleted file mode 100644
index f429e6ef3f8..00000000000
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-{
-    "title": "PAUSE SYNC JOB",
-    "language": "en",
-    "description": "Pause a running resident data synchronization job in a 
database identified by jobname."
-}
----
-
-## Description
-
-Pause a running resident data synchronization job in a database identified by 
`job_name`. The suspended job will stop synchronizing data while retaining its 
latest consumption position until it is resumed by the user.
-
-## Syntax
-
-```sql
-PAUSE SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the synchronization job to be paused.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-## Example
-
-1. Pause the data synchronization job named `job_name`.
-
-   ```sql
-   PAUSE SYNC JOB `job_name`;
-   ```
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
deleted file mode 100644
index 45b5e62a73f..00000000000
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "RESUME SYNC JOB",
-    "language": "en",
-    "description": "Resume a resident data synchronization job that has been 
suspended in a database by its jobname. Once resumed,"
-}
----
-
-## Description
-
-Resume a resident data synchronization job that has been suspended in a 
database by its `job_name`. Once resumed, the job continues to synchronize data 
starting from the latest position before the suspension.
-
-## Syntax
-
-```sql
-RESUME SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be resumed.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Examples
-
-1. Resume the data synchronization job named `job_name`.
-
-   ```sql
-   RESUME SYNC JOB `job_name`;
-   ```
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
deleted file mode 100644
index e7ee9824893..00000000000
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-{
-    "title": "SHOW SYNC JOB",
-    "language": "en",
-    "description": "This statement displays the status of resident data 
synchronization jobs in all databases."
-}
----
-
-## Description
-
-This statement displays the status of resident data synchronization jobs in 
all databases.
-
-## Syntax
-
-```sql
-SHOW SYNC JOB [FROM <db_name>]
-```
-
-## Optional Parameters
-
-**1. `<db_name>`**
-> `<db_name>`represents the database name, which is used to specify the 
database from which the information of the synchronization jobs is to be shown.
-
-## Access Control Requirements  
-Users executing this SQL command must have at least one of the following 
privileges:  
-
-| Privilege                                                                 | 
Object          | Notes                                   |  
-| :------------------------------------------------------------------------ | 
:------------- | :------------------------------------- |  
-| ADMIN_PRIV, SELECT_PRIV, LOAD_PRIV, ALTER_PRIV, CREATE_PRIV, DROP_PRIV, 
SHOW_VIEW_PRIV | Database `db_name` | This operation requires at least one of 
the listed privileges on the target database. |  
-
-## Examples
-
-1. Display the status of all data synchronization jobs in the current database.
-
-    ```sql
-    SHOW SYNC JOB;
-    ```
-
-2. Display the status of all data synchronization jobs in the `test_db` 
database.
-
-    ```sql
-    SHOW SYNC JOB FROM `test_db`;
-    ```
\ No newline at end of file
diff --git 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
 
b/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
deleted file mode 100644
index dc3b7bc09b7..00000000000
--- 
a/versioned_docs/version-4.x/sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-{
-    "title": "STOP SYNC JOB",
-    "language": "en",
-    "description": "Stop a running resident data synchronization job in a 
database by specifying its jobname. Once stopped,"
-}
----
-
-## Description
-
-Stop a running resident data synchronization job in a database by specifying 
its `job_name`. Once stopped, the job will cease synchronizing data and release 
its occupied resources.
-
-## Syntax
-
-```sql
-STOP SYNC JOB [<db>.]<job_name>
-```
-
-## Required Parameters
-
-**1. `<job_name>`**
-
-> Specifies the name of the data synchronization job to be stopped.  
-
-## Optional Parameters
-**1. `<db>`**
-> If a database is specified using the `[<db>.]` prefix, the job is located in 
that database; otherwise, the current database is used.
-
-
-## Access Control Requirements  
-
-Any user or role can perform this operation.
-
-
-## Example
-
-1. Stop the data synchronization job named `job_name`.
-
-   ```sql
-   STOP SYNC JOB `job_name`;
-   ```
diff --git a/versioned_sidebars/version-3.x-sidebars.json 
b/versioned_sidebars/version-3.x-sidebars.json
index 80e70053e08..12bd9268eed 100644
--- a/versioned_sidebars/version-3.x-sidebars.json
+++ b/versioned_sidebars/version-3.x-sidebars.json
@@ -1859,11 +1859,6 @@
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD-TASK",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-CREATE-ROUTINE-LOAD",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SYNC",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/EXPORT",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/CANCEL-EXPORT",
diff --git a/versioned_sidebars/version-4.x-sidebars.json 
b/versioned_sidebars/version-4.x-sidebars.json
index bb83007dc94..f013b74f227 100644
--- a/versioned_sidebars/version-4.x-sidebars.json
+++ b/versioned_sidebars/version-4.x-sidebars.json
@@ -2160,11 +2160,6 @@
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-ROUTINE-LOAD-TASK",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-CREATE-ROUTINE-LOAD",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/CREATE-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/PAUSE-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/RESUME-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/STOP-SYNC-JOB",
-                                        
"sql-manual/sql-statements/data-modification/load-and-export/SHOW-SYNC-JOB",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/SYNC",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/EXPORT",
                                         
"sql-manual/sql-statements/data-modification/load-and-export/CANCEL-EXPORT",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to