Re: Do table-level CHECK constraints affect the query optimizer?

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема Re: Do table-level CHECK constraints affect the query optimizer?
Дата
Msg-id D1BF0ED4-64AE-4A00-8449-A877DC8B2A99@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Do table-level CHECK constraints affect the query optimizer?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general

> On Jun 29, 2021, at 10:33 AM, Ron <ronljohnsonjr@gmail.com> wrote:
>
> Prod is brand new.  Loaded on Saturday; we saw this problem on Sunday during pre-acceptance.  Thus, while running
ANALYZEwas top of the list of Things To Do, running VACUUM was low. 
>
> Is that a mistaken belief?

You might want to run VACUUM FREEZE and then retry your test query using EXPLAIN.  See if it switches to an index only
scanafter the VACUUM FREEZE. 

—
Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company






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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Do table-level CHECK constraints affect the query optimizer?
Следующее
От: Ron
Дата:
Сообщение: Re: Do table-level CHECK constraints affect the query optimizer?