We had a confusion on actual and estimated row counts with sql monitor and GATHER_PLAN_STATISTICS hint.Will these columns shows cumulative values from both sql monitor and GATHER_PLAN_STATISTICS ?
Which one is better?
Cumulative - total rows for multiple executions
incremental rows? What do you mean by that? Probably you mean the rows calcauted for each execution of a row source.
We were talking in terms of actual and estimated rows.