对标准 RDBMS 最简单的故障转移支持?

发布于 2024-08-05 06:56:58 字数 249 浏览 2 评论 0原文

目前我正在研究现有应用程序的故障转移支持。

该应用程序使用 postgres 来存储数据,但不使用任何特殊功能(查看/触发等)。数据库更多的是配置存储而不是真正的数据存储。当应用程序启动时,它会将数据加载到内存中,并且很少仅在配置更改时才返回数据库。尝试为这个简单的任务配置 postgres 故障转移解决方案感觉有点矫枉过正。

是否有任何内置故障转移支持并且在生产中易于配置和使用的轻量级数据库?我的大部分数据模型都是单表,每分钟大约有 5 个事务。

Currently I am working on failover support of an existing application.

The application uses postgres to store data but does not use any special feature (view/trigger etc). The database is more of a configuration storage rather than real data storage. When the application starts, it loads the data in memory and seldom goes back to database only when the configurations are changed. Trying to configure postgres failover solution for this simple task feels like overkill.

Is there any lightweight database which has built in failover support and simple to configure and use in production? Most of my data model is single table and there are like 5 transactions per minute or so.

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

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

发布评论

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

评论(1

帅气称霸 2024-08-12 06:56:58

BerkeleyDB 是一个非常简单的键/值存储,可能它完全适合您的应用程序,并且它支持 热故障转移

BerkeleyDB is a very simple key/value store, probably it is perfectly adequate for your application, and it has support for hot failover.

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