Does aliasing tables names in large queries have noticeable impact on performance?
Aliasing:
...
...
FROM table_1 T1
...
...
...
Is it significantly different for the various DB systems out there?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There a discussion about this topic already. In short, there is no significant impact on performance caused by aliasing table names.