Re: Online checksums patch - once again

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Online checksums patch - once again
Дата
Msg-id YCN39do5X9DaADl/@paquier.xyz
обсуждение исходный текст
Ответ на Re: Online checksums patch - once again  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Offline activation of checksums via standby switchover (was: Online checksums patch - once again)
Список pgsql-hackers
On Tue, Feb 09, 2021 at 10:54:50AM +0200, Heikki Linnakangas wrote:
> (I may have said this before, but) My overall high-level impression of this
> patch is that it's really cmmplex for a feature that you use maybe once in
> the lifetime of a cluster. I'm happy to review but I'm not planning to
> commit this myself. I don't object if some other committer picks this up
> (Magnus?).

I was just looking at the latest patch set as a matter of curiosity,
and I have a shared feeling.  I think that this is a lot of
complication in-core for what would be a one-time operation,
particularly knowing that there are other ways to do it already with
the offline checksum tool, even if that is more costly:
- Involve logical replication after initializing the new instance with
--data-checksums, or in an upgrade scenatio with pg_upgrade.
- Involve physical replication: stop the standby cleanly, enable
checksums on it and do a switchover.

Another thing we could do is to improve pg_checksums with a parallel
mode.  The main design question would be how to distribute the I/O,
and that would mean balancing at least across tablespaces.
--
Michael

Вложения

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

Предыдущее
От: "tsunakawa.takay@fujitsu.com"
Дата:
Сообщение: RE: Parallel INSERT (INTO ... SELECT ...)
Следующее
От: vignesh C
Дата:
Сообщение: Re: Libpq support to connect to standby server as priority