对称 DS 双向

发布于 2024-11-10 16:58:15 字数 244 浏览 8 评论 0原文

我尝试了解是否可能: 中央:表1 在本地节点上 table1_1 table1_2 table1_3 table1_4 ... 我已经从 table1 传播到表 table1_1、table1_2、table1_3、table1_4... 它正在发挥作用。

但现在需要做出相反的事情。例如,在表 table1_1 中发生更改 - 更改已传递到 table1(中央),然后传递到 table1_2、table1_3 ....

是否可能? 谢谢。

I try to understand if is possible:
Central: table1
On local nodes table1_1 table1_2 table1_3 table1_4 ...
I have made propagation from table1 to tables table1_1, table1_2, table1_3, table1_4...
It is working.

But now need to make opposite. E.g. in table table1_1 happen changes - change have be passed to table1 (central) and after that to table1_2, table1_3 ....

Is it possible or not?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

峩卟喜欢 2024-11-17 16:58:15

是的,这是可能的。

正如文档中所写

“节点总是会推送和拉取数据
根据
节点组链接配置。一个节点
只能拉取和推送数据给其他人
表示节点表的节点
在其数据库中并具有
同步启用 = 1。”

因此需要为每一层配置表NODE_GROUP_LINK

Yes, it is possible.

As wrote in documentation

"A node will always push and pull data
to other node groups according to the
node group link configuration. A node
can only pull and push data to other
nodes that are represented node table
in its database and having
sync_enabled = 1."

So need configure table NODE_GROUP_LINK for each tier.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文