View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 04:59 PM
Madison Pruet
 
Posts: n/a
Default Rates of Change...

Hi,

Is there an easy way to determine the rate of change for table? I realize
that I could do periodic select count(*) from XXX, but that would only
determine the size of the table. It would ignore updates.

What I'd really like to do would be able to determine the number of non-read
operations over a table so that I can determine the rate of change for that
table.

Thanks for any help..



Reply With Quote