|
|
|
|
|
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. |
|