Re: pg_autovacuum is nice ... but ...

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Justin Clift <justin(at)postgresql(dot)org>, pgsql-www(at)postgresql(dot)org
Subject: Re: pg_autovacuum is nice ... but ...
Date: 2004-11-04 02:33:35
Message-ID: 20041103223218.X82047@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Wed, 3 Nov 2004, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> Here is a vacuum verbose on gborg's database:
>
>> INFO: free space map: 1000 relations, 7454 pages stored; 23072 total pages needed
>> DETAIL: Allocated FSM size: 1000 relations + 20000 pages = 178 kB shared memory.
>> and this is portal:
>
>> INFO: free space map: 1000 relations, 7425 pages stored; 23024 total pages needed
>> DETAIL: Allocated FSM size: 1000 relations + 20000 pages = 178 kB shared memory.
>
>> so, you tell me ... should I increase them?
>
> Yup. 20000 < 23072, so you're losing some proportion of FSM entries.
> What's worse, the FSM relation table is maxed out (1000 = 1000) which
> suggests that there are relations not being tracked at all; you have
> no idea how much space is getting leaked in those.

'k, increased to 25000/1500, and am runninga vacuum on all databases now
...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2004-11-04 02:43:37 Re: UPDATE is not allowed in a non-volatile function
Previous Message Bruce Momjian 2004-11-04 02:05:08 Re: [HACKERS] Possible make_oidjoins_check Security Issue

Browse pgsql-www by date

  From Date Subject
Next Message Mitch Pirtle 2004-11-04 02:53:26 Re: Inadequate hosting for www.postgresql.org
Previous Message Marc G. Fournier 2004-11-04 02:22:16 Re: Inadequate hosting for www.postgresql.org