Database Performance Tuning
Do you have a slow running application? Have you gone to all extents to make your code run quick?
If you don't have a DBA available to performance tune your database, you can always learn how to do it yourself.
There are many ways to improve database performance.
This presentation by Nate Nelson talks about examples of slow performing queries on large amounts of data. In the video, you will learn techniques improve performance 10 times over.
The topics that are discussed in the presentation are:
-
What Database Performance Tuning is
-
Identifying bottlenecks
-
What is Actual Query Cost
-
Creating a plan of attack
-
Performance Evolution checklist
-
Performance Tuning tools?