从单机运行分片数据库
这听起来有点愚蠢,但我有一个分片数据库,我认为我不再需要在两台机器上运行,而是想在一台机器上运行。
关于如何实现这一点有什么想法吗?有很多关于如何实现相反目标的资源,但关于如何做到这一点的资源却很少
This sounds kinda dumb, but I have a sharded DB that I no longer think I need to run on 2 machines, and would like to run on one single machine instead.
Any ideas on how that can potentially be done? There are lots of resources on how i can achieve the converse, but very little on how this can be done
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要将两个单独的数据库进程(及其存储)移动到一台计算机,您几乎有两个选择:
If you're moving two separate database processes (and their storage) to a single machine, you pretty much have two options