Re: Concurrent connections in psql

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Concurrent connections in psql
Дата
Msg-id 46098865.7050308@dunslane.net
обсуждение исходный текст
Ответ на Re: Concurrent connections in psql  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Concurrent connections in psql  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:
>
> I would love, love, love to be able to use this syntax within pg_dump as
> well, so we can create multiple indexes in parallel at restore time.
> Anyone fancy adding that as well? We should be able to speed up overall
> index builds by x2 using concurrent builds.
>
>   

You will need to teach pg_restore any trick you use here - it doesn't 
use psql.

cheers

andrew



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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Full page writes improvement, code update
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Concurrent connections in psql