Re: WIP: collect frequency statistics for arrays

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: WIP: collect frequency statistics for arrays
Дата
Msg-id BANLkTi=JXWJehNq3Fd1XDUWm4f79_0r8Sg@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: collect frequency statistics for arrays  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: WIP: collect frequency statistics for arrays
Re: WIP: collect frequency statistics for arrays
Список pgsql-hackers
Second version of patch attached. Main changes:
1) ANY and ALL keywords handling.
2) Collecting statistics of array length. It is used in "column <@ const".
3) Relatively accurate estimation of "column <@ const" selectivity. This estimation is most hard part of patch. I'm warrying that there could be too expensibe calculations for estimation. Also, likely current comments don't clearify anything...

------
With best regards,
Alexander Korotkov.
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Identifying no-op length coercions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Identifying no-op length coercions