Re: WAL files in 7.2 vs. 7.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Boes <jboes(at)nexcerpt(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: WAL files in 7.2 vs. 7.1
Date: 2002-07-06 14:57:19
Message-ID: 22052.1025967439@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jeff Boes <jboes(at)nexcerpt(dot)com> writes:
> Does 7.2's approach of recycling log files
> take less time than 7.1's approach of deleting and re-creating?

It should. In any case, if you are only recycling WAL segments once
every 10-20 minutes, any speedup or slowdown in that operation is
quite unlikely to be causing a noticeable overall performance
difference. I think you should be looking at query plans and so on.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Curt Sampson 2002-07-07 04:06:00 Re: memory strangeness (fwd)
Previous Message Preston de Guise 2002-07-06 07:41:35 Re: pg_dumpall -> database import -> user problem.