|
Performance tuning is the process of increasing the effectiveness of your queries and decreasing the amount of time that they take to execute. However, the actual process of tuning the performance is not simply limited to modifying queries until they work better and faster. Rather, the process includes hardware configurations, operating system adjustments, application code optimization, interface considerations, database parameter changes, and finally query optimization.
|