Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]
Дата
Msg-id CAA4eK1+fN9ebgw80=Po9Z+t9S9bMi=qTvBhNAmT_BEEic1GM+Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]  (Dilip kumar <dilip.kumar@huawei.com>)
Ответы Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]  (Dilip kumar <dilip.kumar@huawei.com>)
Список pgsql-hackers
On Mon, Nov 24, 2014 at 7:34 AM, Dilip kumar <dilip.kumar@huawei.com> wrote:
>
> On 23 November 2014 14:45, Amit Kapila Wrote
>
>  
>
> Thanks a lot for debugging and fixing the issue..
>
>  
>
> Latest patch is attached, please have a look.
>

I think still some of the comments given upthread are not handled:

a.  About cancel handling
b.  Setting of inAbort flag for case where PQCancel is successful
c.  Performance data of --analyze-in-stages switch
d.  Have one pass over the comments in patch.  I could still some
wrong multiline comments.  Refer below:
+  /* Otherwise, we got a stage from vacuum_all_databases(), so run
+   * only that one. */
 

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Dilip kumar
Дата:
Сообщение: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: postgres_fdw behaves oddly