Re: Gauging progress of COPY?

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Gauging progress of COPY?
Дата
Msg-id 20220121195052.GJ10577@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Gauging progress of COPY?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Greetings,

* Ron (ronljohnsonjr@gmail.com) wrote:
> On 1/20/22 12:00 PM, Wells Oliver wrote:
> >Is there some clever way to gauge the progress of a COPY command? i.e. you
> >know it has 10m rows, but you can't SELECT COUNT(*).
>
> Use a specific tool like pg_bulkload.

Or maybe just use pv if you're doing it through psql or such.

Thanks,

Stephen

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Password authorization
Следующее
От: Wells Oliver
Дата:
Сообщение: Determine potential change in table size after a column dropped?