Re: WORM and Read Only Tables (v0.1)

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
Subject: Re: WORM and Read Only Tables (v0.1)
Date: 2007-12-12 18:48:53
Message-ID: 200712121048.53359.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew,

> The requirement was, anyway, that we be able to read old versions of
> "archived" rows. IIRC there was an implementation choice, whether we would
> _never_ allow such rows to be SET READ WRITE or whether they'd be
> immediately upgraded to the present format on SET READ WRITE.

Well, in theory we need this capability for upgrade-in-place too. While that
project has kind of stalled for the moment, we'll pick it back up again soon.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-12-12 18:55:53 Re: VLDB Features
Previous Message Joshua D. Drake 2007-12-12 18:25:43 Re: Slow PITR restore