Re: pg_stats and range statistics

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pg_stats and range statistics
Дата
Msg-id CAPpHfdsQXY5Z+9DZ1sMz5RbneBCyKGvpgP7MrNSoL41fn9Y=xw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_stats and range statistics  (Egor Rogov <e.rogov@postgrespro.ru>)
Список pgsql-hackers
On Sat, Nov 25, 2023 at 11:14 AM Egor Rogov <e.rogov@postgrespro.ru> wrote:
>
> Hi Alexander,
>
> On 25.11.2023 02:06, Alexander Korotkov wrote:
> >
> > In conclusion of all of the above, I decided to revise the patch and
> > show the bounds histogram as it's stored in pg_statistic.  I revised
> > the docs correspondingly.
>
>
> So basically we returned to what it all has started from? I guess it's
> better than nothing, although I have to admit that two-array
> representation is much more readable. Unfortunately it brings in a
> surprising amount of complexity.

Yep, it is.

> Anyway, thanks for looking into this!

And thank you for the feedback!

------
Regards,
Alexander Korotkov



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: pg_stats and range statistics
Следующее
От: Paul A Jungwirth
Дата:
Сообщение: Improve rowcount estimate for UNNEST(column)