Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Usage » Monitoring and Improving Database Performance » Application profiling tutorials

 

Tutorial: Baselining with procedure profiling

Use the tutorials in this section to learn how to use the Application Profiling Wizard to create a baseline that you can use for comparison purposes when improving performance.

Procedure profiling provides execution time measurements for procedures, user-defined functions, events, system triggers, and triggers. You can set your saved results as a baseline and make incremental changes to the procedure and run it after each change you make. This allows you to compare the new results to the baseline.


Lesson 1: Creating a baseline procedure
Lesson 2: Running an updated procedure against the baseline procedure
Lesson 3: Comparing the procedure profiling results