StefanieZhao7 commented on code in PR #350: URL: https://github.com/apache/iotdb-docs/pull/350#discussion_r1753857647
########## src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md: ########## @@ -293,6 +293,53 @@ with sink ( 'sink.port'='9780' ) ``` +### 降采样数据同步 + +降采样同步任务可以将高频数据转换为低频数据,减轻存储压力并提升处理效率。创建同步任务时,可配置`processor`参数,指定使用内置`changing-value-sampling-processor`(基于变位上传的降采样,1.3.3及以后版本支持)插件,或`swinging-door-trending-sampling-processor`(基于旋转门算法的趋势变化降采样,V1.3.2及以后版本支持)、`tumbling-time-sampling-processor`(基于滚动时间窗口的降采样,V1.3.2及以后版本支持)插件来实现降采样。 Review Comment: 涉及1.3.3版本的内容在latest里去掉吧,latest里不包括1.3.3,英文版也是 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
