From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Subject: | Re: Hot standby and b-tree killed items |
Date: | 2008-12-20 00:44:05 |
Message-ID: | 1229733845.4793.660.camel@ebony.2ndQuadrant |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, 2008-12-19 at 19:29 -0500, Robert Treat wrote:
> On Friday 19 December 2008 05:52:42 Simon Riggs wrote:
> > BTW, I noticed the other day that Oracle 11g only allows you to have a
> > read only slave *or* allows you to continue replaying. You need to
> > manually switch back and forth between those modes. They can't do
> > *both*, as Postgres will be able to do. That's because their undo
> > information is stored off-block in the Undo Tablespace, so is not
> > available for standby queries. Nice one, Postgres.
> >
>
> I think this is true for physical replay, but Oracle also offers the option to
> do logical replay (where transaction logs are converted into sql and run
> against the standby; i believe this is similar to what continuant is trying
> to do with thier latest offering). In that scenario you can do read and
> replay at the same time, though I think there are some conflicts possible;
> fewer than what postgres will have, since I think most of thier DDL can be
> done online.
That is also an option I have argued that we need, BTW.
--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-12-20 00:45:17 | Re: Updates of SE-PostgreSQL 8.4devel patches (r1324) |
Previous Message | Simon Riggs | 2008-12-20 00:36:42 | Re: Hot standby and b-tree killed items |