Re: constant crashing
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: jack <jack4pg@a7q.com>
Cc: Adrian Klaver <adrian.klaver@aklaver.com>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2024-04-15T02:08:56Z
Lists: pgsql-general
On Sun, Apr 14, 2024 at 6:58 PM jack <jack4pg@a7q.com> wrote: > But the current i9 machine is a machine from only 4 years ago which should > have no issues. > > That is a non sequitur. Besides, if the current code is a representative example you've probably given it the effective usage of 8 years. Whether related or not to this error you really should be doing all those updates on a temporary or unlogged staging table and getting WAL generation out of the equation. David J.