Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions

Поиск
Список
Период
Сортировка
От Alexander Kukushkin
Тема Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions
Дата
Msg-id CAFh8B=k7mLxu1Nx5Ev_A38=yzZQo9Lp=V3nwCJcqRmnN3kvBqQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi David,

sorry, absolutely forgot about important stuff like version.
Original problem has been found on 9.4.9, but I was able to reproduce it on 10rc1.

localhost/postgres=# select version();
                                                     version                                                    
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 PostgreSQL 10rc1 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609, 64-bit
(1 row)

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Plan changes from index scan to seq scan after 5 executions