Re: Fix to not check included columns in ANALYZE on indexes

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Fix to not check included columns in ANALYZE on indexes
Дата
Msg-id 2996c50e-2ef6-f292-8b44-9ea16c0e5e16@sigaev.ru
обсуждение исходный текст
Ответ на Re: Fix to not check included columns in ANALYZE on indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Fix to not check included columns in ANALYZE on indexes  (Yugo Nagata <nagata@sraoss.co.jp>)
Список pgsql-hackers
> AFAICS, we'd just have to revert this patch later, so I don't see
> much value in it.
True, I suppose we should apply this patch just for consistency, because we 
don't allow expression in included columns.

> 
> Also, is it really true that we don't support included expression
> columns now?  In what way would that not be a bug?
Because index only scan doesn't support expression index and, hence, expressions 
in included columns are not useful. It could be changed in future but, suppose, 
not in v11.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Mai Peng
Дата:
Сообщение: ERROR: cannot start subtransactions during a parallel operation
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Re: [HACKERS] [PATCH] kNN for SP-GiST