logoalt Hacker News

ChicagoDavetoday at 4:18 PM1 replyview on HN

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.


Replies

zsoltkacsanditoday at 4:36 PM

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.

show 1 reply