Re: progress report for ANALYZE

Поиск
Список
Период
Сортировка
От Tatsuro Yamada
Тема Re: progress report for ANALYZE
Дата
Msg-id f7c2d0a3-acc7-1a27-7d88-d970bced80c3@nttcom.co.jp_1
обсуждение исходный текст
Ответ на Re: progress report for ANALYZE  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
Hi,

On 2020/01/24 23:44, Amit Langote wrote:
> On Fri, Jan 24, 2020 at 6:47 AM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>> On 2020-Jan-22, Tatsuro Yamada wrote:
>>> P.S.
>>> Next up is progress reporting for query execution?!
>>
>> Actually, I think it's ALTER TABLE.
> 
> +1.  Existing infrastructure might be enough to cover ALTER TABLE's
> needs, whereas we will very likely need to build entirely different
> infrastructure for tracking the progress for SQL query execution.

Yeah, I agree.
I will create a little POC patch after reading tablecmds.c and alter.c to
investigate how to report progress. :)

Regards,
Tatsuro Yamada






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

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: [Proposal] Global temporary tables
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: [HACKERS] WAL logging problem in 9.4.3?