Monitoring tables monSysStatement and monProcessStatement have been changed.
Column | Monitoring tables | Description |
---|---|---|
RowsAffected | monSysStatement and monProcessStatement | Indicates the number of rows affected by the current statement. Helpful when looking for queries that may be using an inefficient query plan, because these queries probably show a high number of logical I/Os per returned row. |
See the Reference Manual:Tables.