Re: More stable query plans via more predictable column statistics

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: More stable query plans via more predictable column statistics
Дата
Msg-id 1457539942.24545.73.camel@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: More stable query plans via more predictable column statistics  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: More stable query plans via more predictable column statistics  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, 2016-03-09 at 12:02 -0300, Alvaro Herrera wrote:
> Tomas Vondra wrote:
> 
> > FWIW while looking at the code I noticed that we skip wide varlena
> > values but not cstrings. Seems a bit suspicious.
> 
> Uh, can you actually have columns of cstring type?  I don't think you
> can ...

Yeah, but then why do we handle that in compute_scalar_stats?

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Alter or rename enum value
Следующее
От: hailong.li
Дата:
Сообщение: Re: the include-timestamp data returned by pg_logical_slot_peek_changes() is always 2000-01-01 in 9.5.1