1.

How Do You Optimize A Select Statement?

Answer»

USING the SARG’s in the where clause, checking the query plan using the set SHOW plan on. If the query is not considering the proper index, then will have to FORCE the correct index to RUN the query faster.

Using the SARG’s in the where clause, checking the query plan using the set show plan on. If the query is not considering the proper index, then will have to force the correct index to run the query faster.



Discussion

No Comment Found