Use Currently Committed

This topic shows detailed information about Statistics - Use Currently Committed.

Statistics - Use Currently Committed

The field labels shown in the following sample layout of Statistics - Use Currently Committed are described in the following section.


USE CURRENTLY COMMITTED      QUANTITY  /SECOND  /THREAD  /COMMIT
---------------------------  --------  -------  -------  -------
INSERT ROWS SKIPPED              0.00     0.00      N/C     0.00
DELETE ROWS ACCESSED             0.00     0.00      N/C     0.00
UPDATE ROWS ACCESSED             0.00     0.00      N/C     0.00
INSERT ROWS SKIPPED

The number of rows skipped by read transactions because of uncommitted INSERT operations (using currently committed semantic for FETCH).

Field Name: QISTRCCI

DELETE ROWS ACCESSED

The number of rows accessed by read transactions because of uncommitted DELETE operations (using currently committed semantic for FETCH).

Field Name: QISTRCCD

UPDATE ROWS ACCESSED

The number of rows accessed by read transactions because of uncommitted UPDATE operations (using currently committed semantic for FETCH).

Field Name: QISTRCCU