Ruby On Rails 主从 Postrgres 数据库

发布于 2024-08-06 10:51:35 字数 371 浏览 7 评论 0原文

我目前正在使用 Ruby on Rails 设置一个主从应用程序,需要有一个主从后端。我目前正在考虑使用 Slony 作为复制组件,以及 Masochism 用于处理与不同数据库的读/写连接。

这是我第一次使用 Ruby on Rails 设置主从数据库,这是我看到最多的两个选项。您过去是否使用过更好的插件来应对这种情况?斯洛尼的奴隶数量限制对于目前的情况来说不是问题,实际上我应该只需要一两个。

谢谢!

I am currently setting up a master-slave app using Ruby on Rails that needs to have a Master-Slave backend. I'm currently looking at using Slony for the replication component, and Masochism for handling the read/write connections to the different DBs.

This is my first time setting up master-slave DBs with Ruby on Rails, and these are the two options I've seen come up the most. Have you worked with a better plugin for this situation in the past? The limit to the number of slaves in Slony isn't an issue for the situation, I should realistically only need one or two.

Thanks!

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

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

发布评论

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

评论(3

护你周全 2024-08-13 10:51:35

如果您使用 Ruby,那么不尝试 rubyrep 就太可惜了。

If you're using Ruby, it would be sin not to try out rubyrep.

没有伤那来痛 2024-08-13 10:51:35

我个人使用MySQL,所以我的基本实现可能不起作用,但我也使用受虐狂并转移到 DataFabric< /a>,支持更多从属和分片以及复制机制。

i personally use MySQL so my basic implementation might not work, but i used Masochism too and moved to DataFabric, which supports more slaves and sharding as well as replication mechanisms.

少跟Wǒ拽 2024-08-13 10:51:35

我们使用了 Slony 和 Masochism,但改用了 LondisteDataFabric 并且没有回头。

We used Slony and Masochism, but switched to Londiste and DataFabric and haven't looked back.

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