Re: Using of --data-checksums - Mailing list pgsql-general

From Stephen Frost
Subject Re: Using of --data-checksums
Date
Msg-id 20200410203746.GA13712@tamriel.snowman.net
Whole thread Raw
In response to Re: Using of --data-checksums  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Using of --data-checksums
List pgsql-general
Greetings,

* Bruce Momjian (bruce@momjian.us) wrote:
> On Wed, Apr  8, 2020 at 11:54:34AM -0400, Stephen Frost wrote:
> > * BGoebel (b.goebel@prisma-computer.de) wrote:
> > > initdb --data-checksums "... help to detect corruption by the I/O system"
> > > There is an (negligible?) impact on performance, ok.
> > >
> > > Is there another reason NOT to use this feature ?
> >
> > Not in my view.
> >
> > > Has anyone had good or bad experience with the use of  --data-checksums?
> >
> > Have had good experience with it.  We should really make it the default
> > already.
>
> Yeah, but I think we wanted more ability to change an existing cluster
> before doing that since it would affect pg_upgraded servers.

There's definitely a lot of reasons to want to have the ability to
change an existing cluster.  Considering the complications around
running pg_upgrade already, I don't really think that changing the
default of initdb would be that big a hurdle for folks to deal with-
they'd try the pg_upgrade, get a very quick error that the new cluster
has checksums enabled and the old one didn't, and they'd re-initdb the
new cluster and then re-run pg_upgrade to figure out what the next issue
is..

Thanks,

Stephen

Attachment

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Using of --data-checksums
Next
From: Adrian Klaver
Date:
Subject: Re: Forcibly disconnect users from one database