| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Julian Scarfe" <julian(dot)scarfe(at)ntlworld(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Vacuum verbose output? |
| Date: | 2003-01-14 15:42:33 |
| Message-ID: | 15999.1042558953@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
"Julian Scarfe" <julian(dot)scarfe(at)ntlworld(dot)com> writes:
> The application is a database where the data in the tables are essentially
> write-once-read-many, and a tuple stays active for about 3 hours before
> being deleted/archived. With a regular, simple VACUUM, the number of Pages
> increases steadily until a VACUUM FULL is performed.
What do you have the FSM parameters in postgresql.conf set to? My guess
is you need to increase 'em.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-01-14 15:50:03 | Re: pg_dump fail beacuse of oid larger than int32 |
| Previous Message | Tom Lane | 2003-01-14 15:31:14 | Re: Server error and deadlocks |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-01-14 15:47:09 | Re: \d type queries - why not views in system catalog?!? |
| Previous Message | Tom Lane | 2003-01-14 15:31:14 | Re: Server error and deadlocks |