Re: toast table growing indefinitely? Known - Mailing list pgsql-hackers

From Philip Warner
Subject Re: toast table growing indefinitely? Known
Date
Msg-id 5.1.0.14.0.20021202173447.02cd03c0@mail.rhyme.com.au
Whole thread Raw
In response to Re: toast table growing indefinitely? Known problems?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: toast table growing indefinitely? Known problems?
List pgsql-hackers
At 12:37 AM 2/12/2002 -0500, Tom Lane wrote:
>If you're seeing bloat while using plain (not full) vacuums, my guess
>would be that you need to enlarge the FSM parameters in postgresql.conf.

Good call; they are still default (10000 pages) and we are seeing 26000 
pages per day being updated:

NOTICE:  Removed 102226 tuples in 26002 pages.        CPU 2.02s/1.87u sec elapsed 69.85 sec.
NOTICE:  Pages 201819: Changed 26128, Empty 0; Tup 315227: Vac 102226, Keep 
0, UnUsed 393793.        Total CPU 9.57s/3.07u sec elapsed 189.32 sec.

I've increased the value to 40000 since we have much busier days, and I'll 
se what happens.

Is there any way (other than VACUUM FULL) to recover the current lost space?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: toast table growing indefinitely? Known problems?
Next
From: Tom Lane
Date:
Subject: Re: toast table growing indefinitely? Known problems?