Re: Bad Query Plans on 10.3 vs 9.6

Поиск
Список
Период
Сортировка
От Cory Tucker
Тема Re: Bad Query Plans on 10.3 vs 9.6
Дата
Msg-id CAG_=8kAky_Fh3zsBuVHeaS-21QtCqdN8PKBVMrNcO2znjgq50g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Bad Query Plans on 10.3 vs 9.6  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bad Query Plans on 10.3 vs 9.6
Список pgsql-general
Another possibility is that 10.3 sees the index-only scan as too expensive
because it thinks most of the table isn't all-visible.  Comparing
pg_class.relallvisible values might be informative.

                        regards, tom lane

I'm happy to try to dig into this one more, however, I'm not familiar with this value.  What should I be looking for here? 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bad Query Plans on 10.3 vs 9.6
Следующее
От: David Rowley
Дата:
Сообщение: Re: Bad Query Plans on 10.3 vs 9.6