I just listened a dba say that if you name all your functions, procedures etc in uppercase, the db will perform better when the workload in the database is high. Is this any true at all? I find that nearly impossible to believe. Is there any benchmark or something that prove him right or wrong?
I only think that this naming things have value when reading code, specially for a team. It is more likely that you can successfully modify code that is written following good writing conventions than just random stuff. But this has nothing to do with the computer performance, it should execute just the same.
Also, if it was like this, I should not be able to invoque a function named FUNC
like func
or Func
or funC
.
I think that statement is crazy, I'm I wrong? I mean, I'm not a database expert at all and he is a dba.