Is there any way to calculate (just an approximation is fine) the
amount of work that is done for an insert statement?
For example, can I calculate the approximate row size of my table and
then compare that with the DiskIO for my SPID to determine
approximately how many rows have already been written? Or, does the
DiskIO include shuffling data around or other DiskIO that makes this
kind of comparison impossible?
Thanks,
-Tom.
amount of work that is done for an insert statement?
For example, can I calculate the approximate row size of my table and
then compare that with the DiskIO for my SPID to determine
approximately how many rows have already been written? Or, does the
DiskIO include shuffling data around or other DiskIO that makes this
kind of comparison impossible?
Thanks,
-Tom.
Comment