This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push: new f292493 Modify source parameters f292493 is described below commit f2924938c26d68ef105d1d4c893d9cb105269b02 Author: majialin <107627937+mal...@users.noreply.github.com> AuthorDate: Fri Aug 23 16:22:48 2024 +0800 Modify source parameters --- src/UserGuide/Master/User-Manual/Data-Sync_apache.md | 6 ++---- src/UserGuide/latest/User-Manual/Data-Sync_apache.md | 6 ++---- src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md | 6 ++---- src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/UserGuide/Master/User-Manual/Data-Sync_apache.md b/src/UserGuide/Master/User-Manual/Data-Sync_apache.md index d6cd295..beda4da 100644 --- a/src/UserGuide/Master/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/Master/User-Manual/Data-Sync_apache.md @@ -323,7 +323,7 @@ with sink ( | source.history.end-time | end event time for synchronised history data, contains end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MAX_VALUE | | start-time(V1.3.1+) | Synchronise the start event time of all data, including start-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MIN_VALUE | | end-time(V1.3.1+) | end event time for synchronised all data, contains end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MAX_VALUE | -| source.realtime.mode | Extraction mode for real-time data | String: hybrid, stream, batch | optional | hybrid | +| source.realtime.mode | Extraction mode of data | String: batch | optional | hybrid | > 💎 **Note: Difference between historical and real-time data** > @@ -332,10 +332,8 @@ with sink ( > * **Full data**: full data = historical data + real time data -> 💎 **Explanation: Difference between data extraction modes hybrid, stream and batch** +> 💎 **Explanation: The meaning of batch mode** > -> - **hybrid (recommended)**: In this mode, the task will give priority to real-time processing and sending of data, and automatically switch to batch sending mode when data backlog occurs, which is characterised by a balance between timeliness of data synchronisation and throughput -> - **stream**: In this mode, the task will process and send data in real time, which is characterised by high timeliness and low throughput. > - **batch**: In this mode, the task will process and send data in batch (by > underlying data file), which is characterised by low latency and high > throughput. ### sink parameters diff --git a/src/UserGuide/latest/User-Manual/Data-Sync_apache.md b/src/UserGuide/latest/User-Manual/Data-Sync_apache.md index d6cd295..2843a3c 100644 --- a/src/UserGuide/latest/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/latest/User-Manual/Data-Sync_apache.md @@ -323,7 +323,7 @@ with sink ( | source.history.end-time | end event time for synchronised history data, contains end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MAX_VALUE | | start-time(V1.3.1+) | Synchronise the start event time of all data, including start-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MIN_VALUE | | end-time(V1.3.1+) | end event time for synchronised all data, contains end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | optional | Long.MAX_VALUE | -| source.realtime.mode | Extraction mode for real-time data | String: hybrid, stream, batch | optional | hybrid | +| source.realtime.mode | Extraction mode of data | String: batch | optional | hybrid | > 💎 **Note: Difference between historical and real-time data** > @@ -332,10 +332,8 @@ with sink ( > * **Full data**: full data = historical data + real time data -> 💎 **Explanation: Difference between data extraction modes hybrid, stream and batch** +> 💎 **Explanation: The meaning of batch mode** > -> - **hybrid (recommended)**: In this mode, the task will give priority to real-time processing and sending of data, and automatically switch to batch sending mode when data backlog occurs, which is characterised by a balance between timeliness of data synchronisation and throughput -> - **stream**: In this mode, the task will process and send data in real time, which is characterised by high timeliness and low throughput. > - **batch**: In this mode, the task will process and send data in batch (by > underlying data file), which is characterised by low latency and high > throughput. ### sink parameters diff --git a/src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md index 9f982e7..26c6705 100644 --- a/src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/Master/User-Manual/Data-Sync_apache.md @@ -325,7 +325,7 @@ with sink ( | source.history.end-time | 同步历史数据的结束 event time,包含 end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MAX_VALUE | | start-time(V1.3.1+) | 同步所有数据的开始 event time,包含 start-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MIN_VALUE | | end-time(V1.3.1+) | 同步所有数据的结束 event time,包含 end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MAX_VALUE | -| source.realtime.mode | 实时数据的抽取模式 | String: hybrid, stream, batch | 选填 | hybrid | +| source.realtime.mode | 数据的抽取模式 | String: batch | 选填 | hybrid | > 💎 **说明:历史数据与实时数据的差异** > @@ -334,10 +334,8 @@ with sink ( > * **全量数据**: 全量数据 = 历史数据 + 实时数据 -> 💎 **说明:数据抽取模式hybrid, stream和batch的差异** +> 💎 **说明:batch模式的含义** > -> - **hybrid(推荐)**:该模式下,任务将优先对数据进行实时处理、发送,当数据产生积压时自动切换至批量发送模式,其特点是平衡了数据同步的时效性和吞吐量 -> - **stream**:该模式下,任务将对数据进行实时处理、发送,其特点是高时效、低吞吐 > - **batch**:该模式下,任务将对数据进行批量(按底层数据文件)处理、发送,其特点是低时效、高吞吐 diff --git a/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md index 9f982e7..ca10db5 100644 --- a/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md @@ -325,7 +325,7 @@ with sink ( | source.history.end-time | 同步历史数据的结束 event time,包含 end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MAX_VALUE | | start-time(V1.3.1+) | 同步所有数据的开始 event time,包含 start-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MIN_VALUE | | end-time(V1.3.1+) | 同步所有数据的结束 event time,包含 end-time | Long: [Long.MIN_VALUE, Long.MAX_VALUE] | 选填 | Long.MAX_VALUE | -| source.realtime.mode | 实时数据的抽取模式 | String: hybrid, stream, batch | 选填 | hybrid | +| source.realtime.mode | 数据的抽取模式 | String: batch | 选填 | hybrid | > 💎 **说明:历史数据与实时数据的差异** > @@ -334,10 +334,8 @@ with sink ( > * **全量数据**: 全量数据 = 历史数据 + 实时数据 -> 💎 **说明:数据抽取模式hybrid, stream和batch的差异** +> 💎 **说明:batch模式的含义** > -> - **hybrid(推荐)**:该模式下,任务将优先对数据进行实时处理、发送,当数据产生积压时自动切换至批量发送模式,其特点是平衡了数据同步的时效性和吞吐量 -> - **stream**:该模式下,任务将对数据进行实时处理、发送,其特点是高时效、低吞吐 > - **batch**:该模式下,任务将对数据进行批量(按底层数据文件)处理、发送,其特点是低时效、高吞吐