Re: Gradual migration from integer to bigint?

Поиск
Список
Период
Сортировка
От James Healy
Тема Re: Gradual migration from integer to bigint?
Дата
Msg-id CAE4DO2QAKxNnaPO6FepV_C1B9MV3ahWADG=V+j3wprqPcxa0rg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Gradual migration from integer to bigint?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Gradual migration from integer to bigint?
Список pgsql-general
On Sun, 1 Oct 2023 at 04:35, Bruce Momjian <bruce@momjian.us> wrote:
> I think this talk will help you:
>
>         https://www.youtube.com/watch?v=XYRgTazYuZ4

Thanks, I hadn't seen that talk and it's a good summary of the issue
and available solutions.

However it doesn't really address the question of a gradual migration
process that can read 32bit ints but insert/update as 64bit bigints. I
remain curious about whether the postgres architecture just makes that
implausible, or if it could be done and just hasn't because the
options for a more manual migration are Good Enough.

James



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: cache lookup failed for function 0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Gradual migration from integer to bigint?