Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
See the application is under development stage, as a DBA how to check or analyze the tables and views are designed considering Database performance.
Like for example, Are developers are creating proper indexes method? etc
thanks,
Some things will be obvious in development (like missing indexes), but other wise you may need to execute the query in production and examine the execution plan.
"The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks