I don't like NoSQL databases. "NoSQL" should be manna from heaven. It may be impossible to create a less pleasant language than SQL. It isn't composable, it isn't internally consistent, it isn't easy to parse, it claims to be declarative but the ordering of the clauses is completely rigid, it fights every attempt at writing testable or maintainable code. It is hard to read. It is hard to programatically generate. Eve…
> Bless them, but PostgreNoSQL would be so much better for all the use cases I have than MongoBD And for some of us MongoDB is a better option than PostgreSQL. Many of us simply can't rely on scalability and high availability being something that isn't part of the core product.
The reason being that Mongo is written in C++ with lots of RAII and will simply die on a memory allocation failure. Postgres won't. It'll keep running in many low memory scenarios and the operation will error out.