Skip to content

Commit 84fd8ea

Browse files
committed
add source path in partial data synchronization
1 parent ce00b72 commit 84fd8ea

16 files changed

Lines changed: 17 additions & 1 deletion

File tree

src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ create pipe A2B
289289
WITH SOURCE (
290290
'source'= 'iotdb-source',
291291
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
292+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
292293
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
293294
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
294295
)

src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ create pipe A2B
297297
WITH SOURCE (
298298
'source'= 'iotdb-source',
299299
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
300+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
300301
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
301302
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
302303
)

src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ create pipe A2B
289289
WITH SOURCE (
290290
'source'= 'iotdb-source',
291291
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
292+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
292293
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
293294
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
294295
)

src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ create pipe A2B
297297
WITH SOURCE (
298298
'source'= 'iotdb-source',
299299
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
300+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
300301
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
301302
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
302303
)

src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ create pipe A2B
289289
WITH SOURCE (
290290
'source'= 'iotdb-source',
291291
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
292+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
292293
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
293294
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
294295
)

src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ create pipe A2B
297297
WITH SOURCE (
298298
'source'= 'iotdb-source',
299299
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
300+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
300301
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
301302
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
302303
)

src/UserGuide/latest/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ create pipe A2B
289289
WITH SOURCE (
290290
'source'= 'iotdb-source',
291291
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
292+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
292293
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
293294
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
294295
)

src/UserGuide/latest/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ create pipe A2B
297297
WITH SOURCE (
298298
'source'= 'iotdb-source',
299299
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
300+
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
300301
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
301302
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
302303
)

src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ create pipe A2B
290290
WITH SOURCE (
291291
'source'= 'iotdb-source',
292292
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
293+
'path' = 'root.vehicle.**', -- 同步数据的范围
293294
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
294295
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
295296
)

src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ create pipe A2B
298298
WITH SOURCE (
299299
'source'= 'iotdb-source',
300300
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
301+
'path' = 'root.vehicle.**', -- 同步数据的范围
301302
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
302303
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
303304
)

0 commit comments

Comments
 (0)