Re: Use zero for nullness estimates of system attributes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Use zero for nullness estimates of system attributes
Дата
Msg-id 1744.1548439342@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Use zero for nullness estimates of system attributes  (Jim Finnerty <jfinnert@amazon.com>)
Ответы Re: Use zero for nullness estimates of system attributes  (Jim Finnerty <jfinnert@amazon.com>)
Список pgsql-hackers
Jim Finnerty <jfinnert@amazon.com> writes:
> Tom, there's an analogous issue of adjusting distinct values on a per-column
> basis based on the selectivity of other local predicates.  Several
> commercial RDBMS's make such adjustments in an effort to get better
> selectivity estimates when there are multiple local predicates.  Is this
> something that the PG community has considered and decided not to do because
> of the additional planning-time overhead that may be required, or just
> something that hasn't been discussed or tackled yet?

I think what you're talking about is the correlated-variables problem,
which we have made a start on with the "extended statistics" mechanism,
though certainly a lot remains to be done.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Alternative to \copy in psql modelled after \g
Следующее
От: Amit Langote
Дата:
Сообщение: Re: using expression syntax for partition bounds