total_vacuum_time double precision
- Total time this table has been manually vacuumed, in milliseconds
+ Total time this table has been manually vacuumed, in milliseconds.
+ (This includes the time spent sleeping due to cost-based delays.)
Total time this table has been vacuumed by the autovacuum daemon,
- in milliseconds
+ in milliseconds. (This includes the time spent sleeping due to
+ cost-based delays.)
total_analyze_time double precision
- Total time this table has been manually analyzed, in milliseconds
+ Total time this table has been manually analyzed, in milliseconds.
+ (This includes the time spent sleeping due to cost-based delays.)
Total time this table has been analyzed by the autovacuum daemon,
- in milliseconds
+ in milliseconds. (This includes the time spent sleeping due to
+ cost-based delays.)