Re: pg_dump additional options for performance

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pg_dump additional options for performance
Дата
Msg-id 488D07E0.4020303@dunslane.net
обсуждение исходный текст
Ответ на Re: pg_dump additional options for performance  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: pg_dump additional options for performance  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-patches

Joshua D. Drake wrote:
>
> Agreed but that is a problem I understand with a solution I don't. I
> am all eyes on a way to fix that. One thought I had and please, be
> gentle in response was some sort of async transaction capability. I
> know that libpq has the ability to send async queries. Is it possible
> to do this:
>
> send async(copy table to foo)
> send async(copy table to bar)
> send async(copy table to baz)
>
> Where all three copies are happening in the background?
>
>

IIRC, libpq doesn't let you have more than one async query active at one
time.

cheers

andrew

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pg_dump additional options for performance
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: pg_dump additional options for performance