Thread: Is this true?
View Single Post

   
  #1 (permalink)  
Old 04-19-2008, 09:56 AM
Chris Hoover
 
Posts: n/a
Default Is this true?

Question,

Does (pg_stat_get_db_blocks_fetched(oid)-pg_stat_get_db_blocks_hit(oid)*8) =
number of KB read from disk for the listed database since the last server
startup?

Thanks,

Chris

Reply With Quote