Re: custom background worker task for \copy?

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: custom background worker task for \copy?
Дата
Msg-id bfd97a7d53a7b6dbeace230648054404666fc23d.camel@cybertec.at
обсуждение исходный текст
Ответ на custom background worker task for \copy?  (Joe Carlson <jwcarlson@lbl.gov>)
Ответы Re: custom background worker task for \copy?
Список pgsql-general
On Fri, 2023-06-02 at 11:36 -0700, Joe Carlson wrote:
> I have SQL that does it with \copy (select * from <table> where…) … And that is fine.
> But it would be nice to be able to run the \copy commands in parallel.
> So I was thinking of writing a background worker.

Why don't you go the easy way of using several database connections to run the
parallel COPY statements?

Yours,
Laurenz Albe



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_upgrade and schema complexity...
Следующее
От: Andrus
Дата:
Сообщение: How to remove user specific grant and revoke