From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ron Snyder <snyder(at)roguewave(dot)com> |
Cc: | Tzvetan Tzankov <ceco(at)noxis(dot)net>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: disk space usage enlarging despite vacuuming |
Date: | 2003-05-19 22:28:40 |
Message-ID: | 23951.1053383320@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ron Snyder <snyder(at)roguewave(dot)com> writes:
>> What's your turnover rate for updating or deleting large objects?
> There's probably only about 10K additions/day, and there should be about
> 7500 deletions/day.
How large are the objects in question?
>> I'm guessing that you have the FSM parameters (in postgresql.conf) set
>> too small to allow the system to keep track of all the free space in
>> pg_largeobject.
> Doh! I meant to include this info, because I knew you'd want it.
> max_fsm_pages is 100K, and max_fsm_relations is left at the default (of
> 100).
100 is almost certainly too small for max_fsm_relations (we've changed
the default to 1000 as of 7.3.something). How many active databases do
you have, and how many user tables?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2003-05-19 22:35:17 | Re: PostgreSQL Performance on OpenBSD |
Previous Message | Gavin Sherry | 2003-05-19 22:18:32 | Re: An interesting document? May be in non-traditional |