Re: Column type modification in big tables
Dominique Devienne <ddevienne@gmail.com>
From: Dominique Devienne <ddevienne@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2024-08-14T08:04:17Z
Lists: pgsql-general
On Tue, Aug 13, 2024 at 10:54 PM Peter J. Holzer <hjp-pgsql@hjp.at> wrote: > You could look at the data files. Tables in PostgreSQL are stored as a > series of 1GB files, so you watching them being created and/or read > gives you a pretty good idea about progress. Thanks Peter, very insightful. Appreciated. --DD