Re: [PATCH] Incremental sort

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: [PATCH] Incremental sort
Дата
Msg-id 47ce55a6-dd08-d15b-e9cf-ecaebe25ee21@pgmasters.net
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCH] Incremental sort  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: [PATCH] Incremental sort
Список pgsql-hackers
Hi Alexander,

On 3/20/17 10:19 AM, Heikki Linnakangas wrote:
> On 03/20/2017 11:33 AM, Alexander Korotkov wrote:
>> Please, find rebased patch in the attachment.
>
> I had a quick look at this.

<...>

> According to 'perf', 85% of the CPU time is spent in ExecCopySlot(). To
> alleviate that, it might be worthwhile to add a special case for when
> the group contains exactly one group, and not put the tuple to the
> tuplesort in that case. Or if we cannot ensure that the Incremental Sort
> is actually faster, the cost model should probably be smarter, to avoid
> picking an incremental sort when it's not a win.

This thread has been idle for over a week.  Please respond with a new 
patch by 2017-03-30 00:00 AoE (UTC-12) or this submission will be marked 
"Returned with Feedback".

-- 
-David
david@pgmasters.net



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Monitoring roles patch
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: logical decoding of two-phase transactions