Re: Vacuum analyze verbose output - Mailing list pgsql-general

From Glyn Astill
Subject Re: Vacuum analyze verbose output
Date
Msg-id 1355910581.32841.YahooMailNeo@web133201.mail.ir2.yahoo.com
Whole thread Raw
In response to Vacuum analyze verbose output  (Anjali Arora <anjali_524@yahoo.co.in>)
Responses Re: Vacuum analyze verbose output  (Anjali Arora <anjali_524@yahoo.co.in>)
Re: Vacuum analyze verbose output  (Anjali Arora <anjali_524@yahoo.co.in>)
List pgsql-general
> From: Anjali Arora <anjali_524@yahoo.co.in>

>To: pgsql-general@postgresql.org
>Sent: Wednesday, 19 December 2012, 9:14
>Subject: [GENERAL] Vacuum analyze verbose output
>
>
>Hi all,
>
>
>I ran following command on 8.2.2 postgresql:
>
>
> psql -p port dbname -c "vacuum analyze verbose"
>
>
>last few lines from "vacuum analyze verbose" output:
>
>
>DETAIL:  A total of 2336 page slots are in use (including overhead).
>2336 page slots are required to track all free space.
>Current limits are:  153600 page slots, 1000 relations, using 965 kB.
>
>
>After upgrade to postgresql 9.0.4 I am not getting this output as the part of "vacuum analyze verbose" output.
>
>
>Can anybody please let me know where can I find this information in postgresql 9.0.4.


I'm not sure you can, as of 8.4 free space tracking was made automatic, so you no longer need to track max_fsm_pages
andmax_fsm_relations 

See: http://www.postgresql.org/docs/8.4/static/release-8-4.html



pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Vacuum analyze verbose output
Next
From: Alexander Farber
Date:
Subject: Join several tables (to fetch user info), but one of them is optional (user avatar)