Honest question, is MongoDB still being chosen as a new DB technology these days? It feels like SQL won except for specialized use cases. Also looking at stuff like pg_vector.
Not a big fan of this kind of promo article that just links to several of their own learning resources instead of giving some actual examples inline.
I've worked in Mongo enough to know that whatever decision I make will end up being wrong.
What i will never understand is why mongo doesn't have some simple means of document referencing that automatically updates documents a doc is embedded in. If it's such an important pattern that every app needs to reinvent for itself, just add it to the system.
3 comments
[ 5.4 ms ] story [ 18.6 ms ] threadI've worked in Mongo enough to know that whatever decision I make will end up being wrong.
What i will never understand is why mongo doesn't have some simple means of document referencing that automatically updates documents a doc is embedded in. If it's such an important pattern that every app needs to reinvent for itself, just add it to the system.
I had such a bad experience with Mongo DB that I will absolutely never use it again, and will never recommend that anyone else use it either.
This alone will get you 90% of the benefits of Mongo DB but with the full power of Postgres for everything else: