From: | Jeffrey Baker <jwbaker(at)acm(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Scott Marlowe <scott(dot)marlowe(at)ihs(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Subject: bool / vacuum full bug followup |
Date: | 2002-05-03 04:46:42 |
Message-ID: | 20020503044642.GF368@noodles |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, May 03, 2002 at 12:20:44AM -0400, Tom Lane wrote:
> Jeffrey Baker <jwbaker(at)acm(dot)org> writes:
> > Well, if the table has an associated TOAST table, it is possible
> > that it will suddenly start growing out of control, and nothing you
> > can do with VACUUM will help. The TOAST system has a free space map
> > (FSM) with some default number of pages it can track. If you exceed
> > this number, it will become completely unable to reclaim space.
>
> That's a gross misstatement.
>
> If you have more pages with free space than the FSM can track, it will
> forget about the ones with the least free space (at least until the next
> vacuum tries to reload the info). This will very possibly lead to table
> growth over time, but it's hardly the same as "completely unable to
> reclaim space".
I expected someone to come out with this reply, but my own
monitoring in productions shows otherwise. I'll forward my data
along once I have completed my study.
The short of my observations is that once you have more free pages
than the FSM can track, the table grows linearly over time. This is
for a table with heavy insert and delete activity. This is perhaps
not the design intent but it is what we are seeing.
As I said I intend to send along unbearably detailed info once I
think I have mastered the problem.
> BTW, TOAST has nothing to do with this. Space in main tables and
> toast tables is tracked alike.
In my observation only TOAST tables have this behavior.
Regards
jwb
From | Date | Subject | |
---|---|---|---|
Next Message | Tina Messmann | 2002-05-03 06:33:08 | Re: pg_dump -t and mixed case table names |
Previous Message | Paul M Foster | 2002-05-03 04:29:38 | Re: Fwd: Postfix Relay Hub SMTP server: errors from postgresql.org[64.49.215.8] |