Quote Originally Posted by iris View Post
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
Developers shouldn't be creating indexes (or tables or views or etc etc) those are the roles of the Database Architect and the Data Modeler.

Developers should develop the application on top of the database infrastructure - not the other way around.