Re: [HACKERS] Performance degradation in TPC-H Q18

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Performance degradation in TPC-H Q18
Дата
Msg-id 20170301052316.stm3pidjouqekubd@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Performance degradation in TPC-H Q18  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
Ответы Re: [HACKERS] Performance degradation in TPC-H Q18  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
Список pgsql-hackers
On 2017-03-01 10:47:45 +0530, Kuntal Ghosh wrote:
> if (insertdist > curdist)
> {
> swap the entry to be inserted with the current entry.
> Try to insert the current entry in the same logic.
> }
> 
> So, the second approach will not cause all the followers to be shifted by 1.

How not? You'll have to do that game until you found a free slot.



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

Предыдущее
От: amul sul
Дата:
Сообщение: Re: [HACKERS] [POC] hash partitioning
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Radix tree for character conversion