可以为多个发布者使用相同的订阅表吗?

发布于 2024-11-09 01:07:53 字数 60 浏览 0 评论 0原文

我有多个发布商希望将其订阅信息保留在存储中。他们可以在同一个数据库中使用同一个表吗?还是我需要将它们分开?

I have multiple publishers which want to persist their subscription info in storage. Is it okay for them to use the same table in the same database, or do I need to separate them?

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

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

发布评论

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

评论(1

帅气尐潴 2024-11-16 01:07:53

是的,这是可能的。
在我们正在工作的一个大型项目中,我们有一个像您所描述的那样的设置,并且它的工作方式非常有魅力。

我们有几个相互通信的 Windows 服务。所有服务都使用同一数据库中的同一表来管理其订阅,而不会发生任何冲突。

Yes, it is possible.
In one of our huge projects at work we have a setup like you describe it and it works like charm.

We have several windows services communicating with each other. All services use the same table in the same database to manage their subscriptions without any conflicts..

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