1

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

John
  • 1,350
  • 5
  • 27
  • 49

2 Answers2

2

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.

Community
  • 1
  • 1
JasonSmith
  • 72,674
  • 22
  • 123
  • 149
0

If later you want to replicate your data with couchDB, keep in your mind that couchDB doesn't support persistence replication !

slashmili
  • 1,190
  • 13
  • 16