|
|
|
Ask HN: What is your opinion on mongo db?
|
|
12 points
by kamalkishor1991
2234 days ago
|
|
I always thought relational dbs are always better except may be really narro usecase of horizontal scalability
Please share your opinion? Maybe I am missing something obvious. Lot of people seem to like mongo db a lot and most of the reasons does not make much sense to me. |
|
Some amount of future-proofing can be done in the case where your data is currently unstructured JSON, but you may need what a relational database offers in the future by using something like Postgres with the JSON data type. But there are tradeoffs between Postgres + JSON and Mongo that you may need to play with to decide which is better for your usecase.