"Naomi Walker" <[email protected]> wrote: > How does one tell how much space is available (probably by table), > after a "vacuum verbose analyze" has completed. Personally, I mostly pay attention to these lines: NNNNN pages contain useful free space. (where NNNNN is a large number). We grep for large numbers in the file where we've redirected the nightly VACUUM ANALYZE VERBOSE output, and if we find something we email our DBA team. -Kevin
-- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
