在 OpenVZ 上部署 MongoDB、CouchDb?
我想编写 hobbistic 应用程序并将其部署在 OpenVZ 上的 Linux 64 位上。我用谷歌搜索了一下,似乎 MongoDB 在 OpenVZ 环境下不能很好地工作,所以要走的路是 CouchDB 吗?或者对于只有一台服务器上没有任何非凡功能的小型数据库,我可以使用 MongoDB? 此致 阿图尔
I want to write hobbistic app and deploy it on Linux 64 bit on OpenVZ. I googled and it seems that MongoDB doesn't work well under OpenVZ environment so the way to go is CouchDB? Or for small databases on just one server without any extraordinary featues I can go with MongoDB?
Best regards
Artur
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于一个全新的应用程序来说,数据库和 OpenVZ 可能并不重要。我建议选择您最熟悉的数据库(包括SQL数据库),以便您可以专注于应用程序功能。
另一方面,如果你想学习数据库,那就选择你想学的,暂时不用担心性能。例如,请参阅比较各种 NoSQL 数据库这个问题。
For a brand new application, the database and OpenVZ will probably not matter much. I suggest choosing the one you are most familiar with (including SQL databases) so that you can focus on the application features.
On the other hand, if you want to learn a database, then choose the one you want to learn, and don't worry about performance yet. For example, see this question of comparing various NoSQL databases.
如果稍后您想使用 couchDB 复制数据,请记住 couchDB 不支持持久性复制!
If later you want to replicate your data with couchDB, keep in your mind that couchDB doesn't support persistence replication !