Does the length of mysql database name, table name, and field name affect the query speed?

I just read an article saying that when writing a program, getting a long variable name will not affect the running speed of the program, because the variable name does not exist after compilation.

question:
does the length of mysql database name, table name, and field name affect query speed?

Jan.08,2022

does not affect. Just type a few more words when spelling SQL. It's actually faster if it's a word.

Menu