From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | D Kavan <bitsandbytes88(at)hotmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_restore |
Date: | 2005-08-12 21:50:44 |
Message-ID: | 42FD19B4.3000309@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
D Kavan wrote:
> I do a full vacuum and analyze every night, but I'm getting this error.
Those aren't errors. They are letting you know that you need to increase
your checkpoint_segments.
>
> chived transaction log file "000000010000001200000091"
> < % %2005-08-12 06:13:49 EDT>LOG: archived transaction log file
> "000000010000001200000092"
> < % %2005-08-12 06:13:57 EDT>LOG: archived transaction log file
> "000000010000001200000093"
> < % %2005-08-12 06:17:51 EDT>LOG: checkpoints are occurring too
> frequently (16 seconds apart)
> < % %2005-08-12 06:17:51 EDT>HINT: Consider increasing the
> configuration parameter "checkpoint_segments".
> <postgres %niehs_dev %2005-08-12 06:17:52 EDT>LOG: duration:
> 2426771.793 ms statement: VACUUM FULL;
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | ogjunk-pgjedan | 2005-08-12 22:48:19 | Re: postgres optimization (effective_cache_size) |
Previous Message | Tom Lane | 2005-08-12 21:28:29 | Re: Help with function |