Re: parallel restore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: parallel restore
Дата
Msg-id 4963E12A.6010200@dunslane.net
обсуждение исходный текст
Ответ на Re: parallel restore  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Ответы Re: parallel restore  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Список pgsql-hackers

Jaime Casanova wrote:
> On Mon, Dec 29, 2008 at 6:42 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>   
>> Attached is the latest parallel restore patch. I think this is getting
>> fairly close.
>>
>>     
>
> mmm... seems this patch are two in one... you're adding --multi-thread
> and --truncate-before-load options where the second one seems to be an
> optimization...
>
> maybe it's better to split in two incremental patches?
>
>   

Well, the only reason it was needed was because you can't run a parallel 
restore in a single transaction. If the whole restore is run in a single 
transaction then truncate before load should be unnecessary.

But if people want it made more general I can split it out.

cheers

andrew


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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: parallel restore
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)