The screenshot below describes definition of Active Time in different databases
SQL Server
Sum of all the active waits and cpu usage, equal to the session total activity within the current interval.
Oracle
Sum of all CPU Usage and non-Idle wait time, equal to the session total activity within the current interval.
Elapsed Time is the total time consumed for carrying out the SQL statement executions.
SQL Server can run queries in parallel so that multiple threads might be executing parts of the query simultaneously.
Let's consider elapsed time as the total wall-clock time (i.e., the actual time passed from the start to the end of the query execution), while active time being the sum of all the active wait times and CPU times for each parallel thread.
© ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center