I was just listening to dba saying that if you name all your functions, procedures, etc. in uppercase, db will work better when the workload in the database is high. It's true? I find it almost impossible to believe. Is there any benchmark or something that proves its correctness or incorrectness?
I just think this naming is relevant when reading code, especially for a command. Most likely, you can successfully modify code written in accordance with good writing conventions than just random things. But this has nothing to do with computer performance; it should be done exactly the same.
Also, if that were the case, I would not be able to call a function named FUNC as FUNC or FUNC or FUNC .
I think this statement is crazy, am I mistaken? I mean, I'm not a database expert at all, but he is dBA.
Roger source share