Re: [HACKERS] [PATCH] SortSupport for macaddr type

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [HACKERS] [PATCH] SortSupport for macaddr type
Дата
Msg-id 0be5a36c-6492-538e-5057-b8a37e948f95@iki.fi
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCH] SortSupport for macaddr type  (Neha Khatri <nehakhatri5@gmail.com>)
Ответы Re: [HACKERS] [PATCH] SortSupport for macaddr type
Список pgsql-hackers
Looks straightforward at a quick read-through. I have just a couple of 
questions. How much of the performance gain comes from avoiding the 
FunctionCallInvoke overhead, by simply having SortSupport with a 
comparison function, and how much comes from the "abbreviation"?

Also, is it worth the cycles and code to have the hyperloglog estimator, 
and aborting the abbreviation if there are only a few distinct values. 
Or put another way, how much does the abbreviation slow things down in 
the worst case?

- Heikki




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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] scram and \password
Следующее
От: David Rowley
Дата:
Сообщение: Re: [HACKERS] multivariate statistics (v25)