May 2019
Beginner to intermediate
548 pages
12h 39m
English
We discussed how to exercise care in relation to the performance of database reads, but how can we measure that? For this, we can use the SQL Trace tool and the RUNTIME analysis tool.
To start the SQL trace, we can open the ST05 transaction and RUNTIME analysis in the SAT transaction.
The main window of the SQL trace looks like this:

Here, we have several options to analyze the tracing, but right now, we will focus on SQL Trace. To start tracing, we need to click on the Activate Trace button. Right after clicking on that button, tracing begins. Now, we can execute our program.
After ending ...
Read now
Unlock full access