From: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Hot standby and removing VACUUM FULL |
Date: | 2009-11-21 21:00:00 |
Message-ID: | 4B0854D0.9020502@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> writes:
>> Tom Lane wrote:
>>> There's no equivalent of XLogArchivingActive()?
>
>> XLogArchivingMode() == false enables us to skip WAL-logging in
>> operations like CLUSTER or COPY, which is a big optimization. I don't
>> see anything like that in Hot Standby. There is a few small things that
>> could be skipped, but nothing noticeable.
>
> Huh? Surely HS requires XLogArchivingMode as a prerequisite ...
Oh, sure! But there's no switch that needs to be enabled in the master
in addition to that.
> (Do we have a list of open issues somewhere, so that this
> won't get forgotten?)
I'm keeping one as I bump into things. I'll post it again soon.
Actually, I should probably put it on the wiki.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Florian G. Pflug | 2009-11-21 21:20:17 | Re: DEFAULT of domain ignored in plpgsql (8.4.1) |
Previous Message | Mark Richardson | 2009-11-21 20:49:33 | Re: ecpg & 8.3 -> 8.4 migration |