Re: 回复: An implementation of multi-key sort

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: 回复: An implementation of multi-key sort
Дата
Msg-id 7bbaa17a-0b69-41a9-b48c-e5f461ce809d@iki.fi
обсуждение исходный текст
Ответ на 回复: An implementation of multi-key sort  (Wang Yao <yaowangm@outlook.com>)
Список pgsql-hackers
On 23/05/2024 15:39, Wang Yao wrote:
> No obvious perf regression is expected because PG will follow original
> qsort code path when mksort is disabled. For the case, the only extra
> cost is the check in tuplesort_sort_memtuples() to enter mksort code path.

And what about the case the mksort is enabled, but it's not effective 
because all leading keys are different?

-- 
Heikki Linnakangas
Neon (https://neon.tech)




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

Предыдущее
От: Wang Yao
Дата:
Сообщение: 回复: An implementation of multi-key sort
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Shared detoast Datum proposal