Hacker News new | ask | show | jobs
by jbooth 5439 days ago
It's more based on the assumption that the limitations of MySQL should apply to all databases.

I've worked 2 places with Oracle stored procedures. At both places, they were a giant nonperformant mess of spaghetti that could never be cleaned up because changing things == breaking things. And since all of the application logic had been written as transactional SQL with lots of joins over normalized tables, it was gridlock heaven inside the DB and adding more cores to the single machine barely even helped.

1 comments

You can write bad code in any language!
Yeah but that's a total nonpoint.

Are you arguing we should all use COBOL and every other stupid-ass approach, as well?

I think he's saying that anecdotes are not necessarily the most valid form of data for making decisions.
Well, it's a subjective judgment, and the anecdotes I've seen/heard are 90% in one direction, with the other 10% coming from people who make their living dealing with PL/SQL.

Good apocryphal quote, it's impossible to convince someone of something if their job depends on it not being true.