My supervisor told me this query will 'crash the server' (because it has millions of tables i believe). Can anyone tell me WHY? maybe show me the way i am suppose to do it? I am currently reading manuals to figure this out.
What i was told is these joins are to slow. What is slow about it?
"JOIN A AS o ON a.A =aa.A " .
"JOIN B AS i ON ... " .
"JOIN C AS p ON ... " .
"JOIN D as t ON ... "
"JOIN DB.E as a ON ... " .
"JOIN DB.F as d ON ... " .
"JOIN DB.G as g ON ... " .
"JOIN DB.H AS h ON ... " .