MongoDB and PostgreSQL thoughts

前端 未结 6 2017
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 02:19

I\'ve got an app fully working with PostgreSQL. After reading about MongoDB, I was interested to see how the app would work with it. After a few weeks, I migrated the whole

6条回答
  •  离开以前
    2020-12-24 02:46

    You dumped a decades-tested, fully featured RDBMS for a young, beta-quality, feature-thin document store with little community support. Unless you're already running tens of thousands of dollars a month in servers and think MongoDB was a better fit for the nature of your data, you probably wasted a lot of time for negative benefit. MongoDB is fun to toy with, and I've built a few apps using it myself for that reason, but it's almost never a better choice than Postgres/MySQL/SQL Server/etc. for production applications.

提交回复
热议问题