Cache Replication Summary | Java code profiling


SQL profiling


+

Search Tips   |   Advanced Search

 

SQL profiling involves capturing queries made to the database from the application across a period of time. This measurement can be taken for a single request and also during load tests to determine queries that have high execution times, queries that are doing table scans, and queries that are executing too many times during the same request.

A tutorial about conducting SQL profiling on DB2 is available.