Performance Tuning
How to make a database perform "better"?
Good performance may involve any/all of:
- making applications using the DB run faster
- lowering response time of queries/transactions
- improving overall transaction throughput
Remembering that, to some extent ...
- the query optimiser removes choices from DB developers
- by making its own decision on the optimal execution plan
|