Re: [HACKERS] Block level parallel vacuum WIP

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Re: [HACKERS] Block level parallel vacuum WIP
Дата
Msg-id CAD21AoC88Y-KR-B=H98dM10_CE5a1Qzmtzgs0wtP5U6bECrjZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Block level parallel vacuum WIP  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
On Thu, Oct 5, 2017 at 10:50 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> On Tue, Sep 19, 2017 at 4:31 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>> On Tue, Sep 19, 2017 at 3:33 PM, Thomas Munro
>> <thomas.munro@enterprisedb.com> wrote:
>>> On Fri, Sep 8, 2017 at 10:37 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>>>> Since v4 patch conflicts with current HEAD I attached the latest version patch.
>>>
>>> Hi Sawada-san,
>>>
>>> Here is an interesting failure with this patch:
>>>
>>> test rowsecurity              ... FAILED
>>> test rules                    ... FAILED
>>>
>>> Down at the bottom of the build log in the regression diffs file you can see:
>>>
>>> ! ERROR: cache lookup failed for relation 32893
>>>
>>> https://travis-ci.org/postgresql-cfbot/postgresql/builds/277165907
>>>
>>
>> Thank you for letting me know.
>>
>> Hmm, it's an interesting failure. I'll investigate it and post the new patch.
>>
>
> Since the patch conflicts with current HEAD, I've rebased the patch
> and fixed a bug. Please review it.
>

Attached latest version patch. I updated the followings since the
previous version.
* Support vacuum progress reporting.
* Enable to set the parallel vacuum degree per table for autovacuum (0
by default)
* Fix bugs

I've done implementation of all parts that I attempted to support, so
this patch now is no longer WIP patch. Please review it.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] possible encoding issues with libxml2 functions
Следующее
От: Rafia Sabih
Дата:
Сообщение: Re: [HACKERS] [POC] Faster processing at Gather node