Snapshot Information Level Database Application |
API Structure(s) sqlm_dbase sqlm_appl sqlm_stmt |
Monitor Group Sort Sort Sort |
Resettable |
Yes |
|
Event Information Level Database Connection Statement |
API Structure(s) sqlm_db_event sqlm_conn_event sqlm_stmt_event |
|
API Element Name Element Type |
total_sort_time counter |
Description: The total elapsed time (in milliseconds) for all sorts that have been executed.
Usage: At a database or application level, use this element with "Total Sorts" to calculate the average sort time, which can indicate whether or not sorting is an issue as far as performance is concerned.
At a statement level, use this element to identify statements that spend a lot of time sorting. These statements may benefit from additional tuning to reduce the sort time.
This count also includes sort time of temporary tables created during related operations. It provides information for one statement, one application, or all applications accessing one database.
When using data elements providing elapsed times, you should consider:
To provide meaningful data from the database level, you should normalize the data to a lower level. For example:
total sort time / total sorts
provides information about the average elapsed time for each sort.
[ Top of Page | Table of Contents | Glossary | Index ]