实体框架和同步数据库解决方案?

发布于 2024-09-26 19:12:32 字数 78 浏览 2 评论 0原文

我目前有一个使用实体框架 4.0 的 n 层应用程序,我们正在考虑在冗余服务器之间同步数据库内容。有谁有关于如何最好地解决问题的建议的经验吗?

I currently have an n-tier application using entity framework 4.0 and we're looking at synching the contents of database between redundant servers. Does anyone have any experience on tips on how best to approach a solution?

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

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

发布评论

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

评论(1

尘曦 2024-10-03 19:12:32

从架构的角度来看,您需要考虑是否要在应用程序级别或数据库级别执行此操作。

在应用程序级别,您可以在任何时候进行更改时写入这两个数据库。

在数据库级别,您可以使用您使用的数据库中内置的复制工具。

您还可以使用第三方工具。 Microsoft 还提供了一个同步框架

From an architecture point of view, you need to consider if you want to do this at the application level or the database level.

At the application level you could write to both databases any time you made a change.

At the database level you could use the replication tools build into the database that you use.

You could also use a 3rd party tool. There is also a sync framework available from Microsoft.

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