Re: Patch queue triage

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Patch queue triage
Дата
Msg-id 87r6pzehu3.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Patch queue triage  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: Patch queue triage  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-hackers
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:

> On 5/2/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>
>> This needs a *lot* of review.  Can we break it down into more manageable
>> chunks?  
>
> Sure, we can do that. I actually did that when I posted the
> incremental versions of the HOT-patch, each version implementing
> the next big chunk of the code. I can reverse engineer that again.

Can we? I mean, sure you can break the patch up into chunks which might make
it easier to read, but are any of the chunks useful alone?

I suppose inserting HOT tuples without index maintenance is useful even if no
changes to the space allocation is made is useful. It won't get the space
usage but it would save on index thrashing. But that still implies all the
code to handle scans, updates, index builds, etc. Those chunks could be
separated out but you can't commit without them.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Feature freeze progress report
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Patch queue triage