Perfmon Variable
|
Description
|
---|---|
Passthru open connections
|
Number of SQL passthrough connections to backend
|
Passthru open statements
|
Number of prepared statements to backend
|
Passthru reads
|
Number of executed read-type statements that return rows (for example, SELECT statements)
|
Passthru non reads
|
Number of executed write-type statements that return rows (for example, INSERT statements)
|
Passthru commits
|
Number of committed statements
|
Passthru rollbacks
|
Number of rollback statements
|
Passthru result cnv
|
Number of fetched (read) rows for which conversion between backend and solidDB® data types have been performed. For example, conversion is needed if the data type in backend is CHAR(5) and VARCHAR in solidDB®.
|
Passthru param cnv
|
Number of statements for which conversion between statement parameters have been performed
|
Passthru failures
|
Number of statements that could not be prepared in backend
|
Passthru reprepared
|
Number of statements that have been reprepared because write-type statements other that INSERT, UPDATE, and DELETE have been executed in the backend. Repreparation is needed in such cases to ensure that the table definitions have not been changed, which in turn would cause errors with the prepared statements.
|