SQL Optimization refers to the process of testing and debugging SQL servers and queries in order to increase overall performance.
SQL Optimization refers to the process of testing and debugging SQL databases, servers and queries in order to increase the speed and performance and to reduce used resources.
Usually, SQL optimization can refer to:
- SQL Query optimization, where the SQL queries are being optimized internally in order to be optimal and to use as little resources as possible.
- Database (schema) optimization, where the database or schema itself is being optimized in order to minimize redundancy. In literature, this is also referred to as normalization.
- SQL Server optimization, where server configuration is being modified in order to be optimal for the needs of the used application(s).