iotdb-sync
小于 1 分钟
iotdb-sync
sync
- 接收端 启动pipeserver
start pipeserver
- 发送端 创建pipesink
CREATE PIPESINK node AS IoTDB (ip='172.20.31.23',port=6670)
- 发送端 创建pipe
create pipe send_to_23 to node23 FROM (select ** from root) with SyncDelOp=true
- 发送端 启动pipe
start pipe send_to_23