Re: query performance - Mailing list pgsql-general

From Scott Marlowe
Subject Re: query performance
Date
Msg-id dcc563d10804241729y775a01acme80f00fad75af4fd@mail.gmail.com
Whole thread Raw
In response to Re: query performance  (Brian Cox <brian.cox@ca.com>)
List pgsql-general
On Thu, Apr 24, 2008 at 6:23 PM, Brian Cox <brian.cox@ca.com> wrote:
> Tom Lane [tgl@sss.pgh.pa.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?

There's bits spread throughout the file, but the summary is at the bottom.

pgsql-general by date:

Previous
From: Brian Cox
Date:
Subject: Re: query performance
Next
From: Brian Cox
Date:
Subject: Re: query performance