Re: query performance

From: Brian Cox <brian(dot)cox(at)ca(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: query performance
Date: 2008-04-25 00:23:00
Message-ID: 48112464.5010604@ca.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane [tgl(at)sss(dot)pgh(dot)pa(dot)us] wrote:
> You need a database-wide vacuum verbose (not just 1 table) to get that
> output ...

I ran:

> pgsql -U admin -d cemdb -c 'vacuum verbose' > /tmp/pgvac.log 2>&1

the output file has 2593 lines and, while I haven't looked at all of
them, a:

> fgrep -i fsm /tmp/pgvac.log

returns no lines.

Any hints as to where the FSM info is in this file?

Thanks,
Brian

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-04-25 00:29:01 Re: query performance
Previous Message Tom Lane 2008-04-25 00:12:36 Re: query performance