Re: Improving replay of XLOG_BTREE_VACUUM records

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: Improving replay of XLOG_BTREE_VACUUM records
Дата
Msg-id 56E0BFD6.3020907@pgmasters.net
обсуждение исходный текст
Ответ на Re: Improving replay of XLOG_BTREE_VACUUM records  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Improving replay of XLOG_BTREE_VACUUM records  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 1/8/16 9:34 AM, Alvaro Herrera wrote:
> Simon Riggs wrote:
>> On 8 January 2016 at 13:36, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>>> I would agree except for the observation on toast indexes.  I think
>>> that's an important enough use case that perhaps we should have both.
>> The exclusion of toast indexes is something we can remove also, I have
>> recently discovered. When we access toast data we ignore MVCC, but we still
>> have the toast pointer and chunkid to use for rechecking our scan results.
>> So a later patch will add some rechecks.
> Ah, interesting, glad to hear.  I take it you're pushing your patch
> soon, then?

ISTM that this patch should be "returned with feedback" or "rejected" 
based on the thread.  I'm marking it "waiting for author" for the time 
being.

Thanks,

-- 
-David
david@pgmasters.net




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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: Reworks of CustomScan serialization/deserialization
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [PROPOSAL] Client Log Output Filtering