数据同步功能怎么实现定时同步 #16177
Answered
by
JackieTien97
liuyunfeng2017
asked this question in
Q&A
数据同步功能怎么实现定时同步
#16177
-
版本:v2.0.4 |
Beta Was this translation helpful? Give feedback.
Answered by
JackieTien97
Aug 14, 2025
Replies: 1 comment 1 reply
-
创建同步任务后写入数据发现没有触发同步,有时几分钟有时一个来小时,想请问一下这块的触发机制是什么样子的,如何实现定时触发 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
开源版暂时不支持实时同步哈,只有TimechoDB支持实时同步。所以开源版只有形成文件后才能同步到接收端,定时触发的话,就得定时执行flush命令。每次手动flush,都会生成 region 个数个文件