I never got around to using Mongo as my main doc db because it was incredibly hard to find a management tool. I now use json supported functions in SQL Server and do not have the need for a different type of database. SQL Server handles my small 'documents db' implementation with the infrastructure of a RDMS. Win win for me. To me Mongo just got popular by mistake way too early. It's like having a celebrity retweet y…
Bye Bye Mongo, Hello Postgres
31–40 of 427 posts
Re: Bye Bye Mongo, Hello Postgres
#32The creator of Envoy had some choice words about Mongo a few days ago. https://twitter.com/mattklein123/status/1074717204224999427 Plenty of people here like to dish on Mongo and the product seems to have been re-architected a few times since I used it seven years ago. By what metrics can we say the product is one worthy of passing a HN smell test? Passing Jepsen was seemingly not enough. https://www.mongodb.com/jeps…
That's really not what I want to hear about a place I'd be storing data.
Was it just a prototype back then? (When did it stop being a prototype?) Would the creators be comfortable using version 1 still?
Actually, I think that could be a good test of database stability: would you be willing to run a 5 year old version of your own software?
Re: Bye Bye Mongo, Hello Postgres
#33Re: Bye Bye Mongo, Hello Postgres
#34Earlier quoted context omitted.
Why wouldn’t you be able to outsource database server management? Are you referring to outsourcing schema management?
By server management - do you mean VM? Sure, you can outsource that. I mean that what and how a home-grown application uses a database tends to mean that database (software/schema/optimization/whatever) management cannot be application agnostic. So if you outsource this, you're either effectively hiring a consultant that still needs to deal with and learn details of specifically your application, or you should assume…
Re: Bye Bye Mongo, Hello Postgres
#35Great read. Well done.
Re: Bye Bye Mongo, Hello Postgres
#36Re: Bye Bye Mongo, Hello Postgres
#37Seems like there's one of these articles every week. "Goodbye {Postgres|Mongo|MySQL}, Hello {MySQL|Mongo|Postgres}"
Re: Bye Bye Mongo, Hello Postgres
#38The Guardian example was heavily used by MongoDB as a case study to pitch their database to others in 2011: https://www.mongodb.com/customers/guardian https://www.mongodb.com/presentations/mongodb-guardian https://www.slideshare.net/tackers/why-we-chose-mongodb-for-... And reupping my previous, three-part series on MongoDB: On MongoDB NoSQL databases were the future. MongoDB was the database for "modern" web engineer…
Re: Bye Bye Mongo, Hello Postgres
#39Re: Bye Bye Mongo, Hello Postgres
#40My SAs seem cautiously willing to try it, but I won't put them through the work of learning how to manage it unless I can find a clear advantage over Postgres+JSONB.