保存和恢复数据库状态的功能

发布于 2024-10-21 22:57:21 字数 196 浏览 3 评论 0原文

我想在我的程序中创建一个功能来保存当前的数据库状态并能够在将来恢复它。如果我回到两天前的某个状态,我还希望能够从今天开始返回到某个状态。我正在考虑从事务日志恢复数据库(每次我想保存状态时,我都会提交一个标记事务(在一些无关紧要的数据上))。是否有可能使用此解决方案恢复一些较早的状态,然后能够恢复较新的状态,或者我会在恢复后丢失它(或者它们会从事务日志中消失)?

I would like to create a functionality in my program to save current database state and be able to restore it in future. I would also like to be able, if I go back to some state from, let's say 2 days ago, to return to a state from today. I was thinking about restoring a database from a transaction log (everytime I want to save the state I commit a mareked transaction (on some insignificant data)). Is it possible at all, using this solution to restore some earlier state and after that be able to restore a more recent state, or would I lost it after the restore (or they would disappear form transaction log)?

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

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

发布评论

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

评论(2

メ斷腸人バ 2024-10-28 22:57:21

我认为这是个坏主意。您应该查看 CQRS + 事件溯源解决方案。

I think this is bad idea. You should look at CQRS + Event Sourcing solution.

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