|
|
|
|
|
by Shorel
4576 days ago
|
|
I converted one of these ugly PL/SQL unmaintainable mess from Oracle to the MySQL query language. Because the boss told us MySQL was cheaper. Because of MySQL limitations, I think it is even more unmaintainable now. In real world terms, it is ugly and about ten people out of 500 can fix stuff there. |
|
I'm saying that your business logic shouldn't be there. You've got a whole universe of programming languages, potential disk formats and all that available to you. If you're writing huge ugly queries, and I have, that's when I generally step away from the computer for a bit and think if that complexity is better managed someplace else.