Re: Proposal: In-Place upgrade concept

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Proposal: In-Place upgrade concept
Дата
Msg-id 20070703125919.GA25897@svana.org
обсуждение исходный текст
Ответ на Re: Proposal: In-Place upgrade concept  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: Proposal: In-Place upgrade concept
Re: Proposal: In-Place upgrade concept
Список pgsql-hackers
On Tue, Jul 03, 2007 at 12:05:07PM +0100, Heikki Linnakangas wrote:
> >This is actually a bit of a problem. We would need to know when we
> >read in a page what the tupledescriptor for that relation looks like
> >to know which fields are varlena. I'm not sure how easy it would be
> >to arrange for the tuple descriptor to be passed down that far.
>
> Speaking of on-the-fly upgrading, ReadBuffer is already passed the
> Relation, which contains the TupleDesc, so I don't think that's a
> problem. Not sure how easy that would be to do in an external program
> like pg_migrator.

My reading of this thread so far is that we're intending to upgrade
pages on the fly? Which means that at any point in time, some pages
will be converted and some not, so the tuple descriptor isn't going to
help, surely you need some identifier on the page telling you if it's
upgraded or not?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Proposal: In-Place upgrade concept
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Proposal: In-Place upgrade concept