| ▲ | ChicagoDave 2 hours ago | |
ORMs taught me that relational databases are an operational anti-pattern. NoSQL for operational data storage is more efficient and cost effective. ORMs were a regression test that exposed unnecessary complexity. | ||
| ▲ | zsoltkacsandi 2 hours ago | parent [-] | |
I’ve never seen any reliable service built on a NoSQL store as a primary data store. If data consistency and not losing customer data important for you, RDBMS are just fine. | ||