What is Database performance tuning?
A set of activities and procedures designed to reduce the response time of a database system.
What is SQL performance tuning?
On the client side – that will generate an SQL query to return the correct answer in the least amount of time, using the minimum amount of resources at the server end.
What is DBMS performance tuning?
On the server side – that will properly configure the DBMS environment to respond to clients’ requests in the fastest way possible, while making optimum use of existing resources.
What are the three phases a DBMS uses to process SQL queries?