MongoDB gets support for multi-document ACID transactions
21–30 of 245 posts
Re: MongoDB gets support for multi-document ACID transactions
#22MongoDB has successfully played the 'hype first, features later' strategy. Now it is well on the way to being a decent swiss-army-knife database. The RethinkDB retrospective[0] contains a lot of insight into how MongoDB has succeeded despite being vastly inferior on a technical level back when it first launched. I have to admit them a certain respect for executing their strategy so successfully. Choice quote: Every t…
Re: MongoDB gets support for multi-document ACID transactions
#23MongoDB has successfully played the 'hype first, features later' strategy. Now it is well on the way to being a decent swiss-army-knife database. The RethinkDB retrospective[0] contains a lot of insight into how MongoDB has succeeded despite being vastly inferior on a technical level back when it first launched. I have to admit them a certain respect for executing their strategy so successfully. Choice quote: Every t…
If they can be successful despite us, more power to em I suppose. I’m a little annoyed that their path to success was built on the flaming wreckage of so many products that fell apart because of Mongo, by using us as their beta testers instead of building a non-shitty product, and I’m at least going to get this comment in so we aren’t completely forgotten among the congratulation.
Re: MongoDB gets support for multi-document ACID transactions
#24Has anyone worked with MySQL JSON data types in production? For most projects, I prefer working in SQL via a query builder or ORM for abstraction, but find a few features that would benefit from denormalized JSON storage.
Re: MongoDB gets support for multi-document ACID transactions
#25Re: MongoDB gets support for multi-document ACID transactions
#26Re: MongoDB gets support for multi-document ACID transactions
#27Earlier quoted context omitted.
Use PostgreSQL. https://www.postgresql.org/docs/10/static/datatype-json.html
or not, as the case may be https://www.mongodb.com/compare/mongodb-postgresql
Re: MongoDB gets support for multi-document ACID transactions
#28MongoDB has successfully played the 'hype first, features later' strategy. Now it is well on the way to being a decent swiss-army-knife database. The RethinkDB retrospective[0] contains a lot of insight into how MongoDB has succeeded despite being vastly inferior on a technical level back when it first launched. I have to admit them a certain respect for executing their strategy so successfully. Choice quote: Every t…
Most people that “get it right” the first time around do not get any recognition whatsoever.
It is the people that screw up, release with big flaws that the customer then pressures the company about, that are heralded as heroes and bacon savers when the fix those flaws. After 3 years and as many releases.
Re: MongoDB gets support for multi-document ACID transactions
#29Has anyone worked with MySQL JSON data types in production? For most projects, I prefer working in SQL via a query builder or ORM for abstraction, but find a few features that would benefit from denormalized JSON storage.
I've been using MySQL 5.7 since its release in production. I used to store JSON data in a blob, but when they released JSON support - I just couldn't wait to use it. It's working really, really good. JSON support solves a ton of problems we used to have, and we used EAV model to tackle those problems (I won't get into details, the discussion will go the other way). I deal with a few hundred MySQL deployments ranging…
You can do a basic google search, and you will find out use cases where document-based data storages are advantageous compare to relational ones.
Re: MongoDB gets support for multi-document ACID transactions
#30Earlier quoted context omitted.
Use PostgreSQL. https://www.postgresql.org/docs/10/static/datatype-json.html
or not, as the case may be https://www.mongodb.com/compare/mongodb-postgresql