Subject Re: MON$IO_Stats and prepared statements
Author Dmitry Yemanov
18.11.2015 19:39, 'Leyne, Sean' Sean@... wrote:
>
> We are investigating a client report of performance problems and are
> looking at the MON$IO_Stats values but they look very large.
> We are wondering if for prepared statements the values represent the
> total of all uses/executions of the prepared statement or just the last run.

Performance statistics include all executions of the prepared statement.


Dmitry